feat: test cmd

This commit is contained in:
2023-09-07 22:24:27 +02:00
parent 99fa206a15
commit 22c8c57da2

5
abra.sh Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
test_cmd(){
echo "baz"
}