From 26263ead677767f40937c8b82fa24fb0847244f8 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 8 Sep 2023 09:12:23 +0200 Subject: [PATCH] feat: moar commands --- abra.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/abra.sh b/abra.sh index 4ef78b9..2f3785a 100644 --- a/abra.sh +++ b/abra.sh @@ -3,3 +3,11 @@ test_cmd(){ echo "baz" } + +test_cmd_arg(){ + echo "$1" +} + +test_cmd_args(){ + echo "$1 $2" +}