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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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