nope/py-helpers/01-prepare-ts.sh

9 lines
265 B
Bash
Raw Normal View History

2022-07-17 20:24:55 +00:00
#!/usr/bin/env bash
echo "The script you are running has basename $( basename -- "$0"; ), dirname $( dirname -- "$0"; )";
echo "The present working directory is $( pwd; )";
cd "$( dirname -- "$0"; )"
cd ..
nope-py-prepare-code --input lib --output temp --type ts