abra/tests/resources/testrecipe/abra.sh

6 lines
57 B
Bash

test(){
echo "1: $1"
echo "2: $2"
echo "all: $@"
}