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

14 lines
114 B
Bash

#!/usr/bin/env bash
test_cmd(){
echo "baz"
}
test_cmd_arg(){
echo "$1"
}
test_cmd_args(){
echo "$1 $2"
}