2 lines
113 B
Text
2 lines
113 B
Text
# call this as ". ./dotparams.od a b" from shelltest.od
|
|
[ "$1" = a ] && [ "$2" = b ] && [ "$#" = 2 ] || fail 115
|