feat: test cmd

This commit is contained in:
decentral1se 2023-09-07 22:24:27 +02:00
parent 99fa206a15
commit 22c8c57da2
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

5
abra.sh Normal file
View File

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