mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 23:20:55 +00:00
skip replacing variables inside .git/* files
This commit is contained in:
@ -5,7 +5,7 @@ set -o nounset
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
# List of all non-executable files
|
# List of all non-executable files
|
||||||
TEMPLATE_FILES=$(find . ! -perm -u=x -type f)
|
TEMPLATE_FILES=$(find . ! -perm -u=x -type f | grep -v "\.git")
|
||||||
|
|
||||||
echo "What is your python module name?"
|
echo "What is your python module name?"
|
||||||
read MODULE_NAME
|
read MODULE_NAME
|
||||||
|
|||||||
Reference in New Issue
Block a user