diff --git a/kit/echo.sh b/kit/echo.sh new file mode 100755 index 0000000..0f8820d --- /dev/null +++ b/kit/echo.sh @@ -0,0 +1,4 @@ +#!/bin/bash +echo "no $#" +echo "first arg $1" +echo "second arg $2"