0
0
Fork 0

feat: moar commands

This commit is contained in:
decentral1se 2023-09-08 09:12:23 +02:00
parent 22c8c57da2
commit 26263ead67
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 8 additions and 0 deletions

View File

@ -3,3 +3,11 @@
test_cmd(){
echo "baz"
}
test_cmd_arg(){
echo "$1"
}
test_cmd_args(){
echo "$1 $2"
}