Skip to content

Commit 065b7b7

Browse files
committed
add usage info to build script
1 parent afeb215 commit 065b7b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
source .env
44

5+
[[ "$#" < 1 ]] && echo "Usage: build.sh username" && exit
56
USER=$1
67
echo -n Password:
78
read -s PASS

0 commit comments

Comments
 (0)