mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 07:30:55 +00:00
Make template filler more BSD friendly
This commit is contained in:
@ -4,7 +4,7 @@ set -o errexit
|
|||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
PROJECT_ROOT=$(dirname $(dirname $(readlink -f $0)))
|
PROJECT_ROOT=$(dirname $(dirname $(python -c 'import os, sys; sys.stdout.write(os.path.realpath(sys.argv[1]))' "$0")))
|
||||||
|
|
||||||
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