Call do.sh from anywhere (#4771)

This commit is contained in:
Jack May
2019-06-21 12:26:17 -07:00
committed by GitHub
parent da925142d1
commit a38e1a81ef

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
cd "$(dirname "$0")"
usage() { usage() {
echo "" echo ""
echo " Usage: do.sh action <project>" echo " Usage: do.sh action <project>"