This commit is contained in:
蒋国宝 2014-12-03 00:02:41 +08:00
parent 0811a543cb
commit 36948e3d8e
1 changed files with 4 additions and 0 deletions

4
kit/echo.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
echo "no $#"
echo "first arg $1"
echo "second arg $2"