diff --git a/abra.sh b/abra.sh new file mode 100644 index 0000000..4ef78b9 --- /dev/null +++ b/abra.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +test_cmd(){ + echo "baz" +}