We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afeb215 commit 065b7b7Copy full SHA for 065b7b7
build.sh
@@ -2,6 +2,7 @@
2
3
source .env
4
5
+[[ "$#" < 1 ]] && echo "Usage: build.sh username" && exit
6
USER=$1
7
echo -n Password:
8
read -s PASS
0 commit comments