0
0
Fork 0
abra-integration-test-recipe/abra.sh

14 lines
114 B
Bash
Raw Normal View History

2023-09-07 20:24:27 +00:00
#!/usr/bin/env bash
test_cmd(){
echo "baz"
}
2023-09-08 07:12:23 +00:00
test_cmd_arg(){
echo "$1"
}
test_cmd_args(){
echo "$1 $2"
}