From: Silvio Rhatto Date: Sat, 10 Aug 2024 16:07:21 +0000 (-0300) Subject: Feat: adds repl script (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5e291961ed26165167165c4966f805bbf01de2b4;p=scripts.git Feat: adds repl script (2) --- diff --git a/repl b/repl index f205b36..4afca89 100755 --- a/repl +++ b/repl @@ -22,7 +22,7 @@ function _repl { } # Check -if [ -z "$COMMAND" ]; then +if [ -z "$1" ]; then echo "usage: $BASENAME [base-args]" exit 1 fi