提交 ed8e3576 编写于 作者: S Shuduo Sang

change to bash to support [[ ]] syntax.

上级 5a068d8e
#!/bin/sh #!/bin/bash
echo "Executing clear.sh" echo "Executing clear.sh"
......
#!/bin/sh #!/bin/bash
# if [ $# != 2 || $# != 3 ]; then # if [ $# != 2 || $# != 3 ]; then
# echo "argument list need input : " # echo "argument list need input : "
......
#!/bin/sh #!/bin/bash
# if [ $# != 4 || $# != 5 ]; then # if [ $# != 4 || $# != 5 ]; then
# echo "argument list need input : " # echo "argument list need input : "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册