diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-10 13:07:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-10 13:07:21 -0300 |
commit | 5e291961ed26165167165c4966f805bbf01de2b4 (patch) | |
tree | 195a3ea75ddef858b673187a626293e21f629928 | |
parent | defcbca74eed4a5541cf9fc18f998d59405e2e9f (diff) | |
download | scripts-5e291961ed26165167165c4966f805bbf01de2b4.tar.gz scripts-5e291961ed26165167165c4966f805bbf01de2b4.tar.bz2 |
Feat: adds repl script (2)
-rwxr-xr-x | repl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ function _repl { } # Check -if [ -z "$COMMAND" ]; then +if [ -z "$1" ]; then echo "usage: $BASENAME <command> [base-args]" exit 1 fi |