change to bash to support [[ ]] syntax.
This commit is contained in:
parent
5a068d8ebd
commit
ed8e35767c
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Executing clear.sh"
|
echo "Executing clear.sh"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# if [ $# != 2 || $# != 3 ]; then
|
# if [ $# != 2 || $# != 3 ]; then
|
||||||
# echo "argument list need input : "
|
# echo "argument list need input : "
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# if [ $# != 4 || $# != 5 ]; then
|
# if [ $# != 4 || $# != 5 ]; then
|
||||||
# echo "argument list need input : "
|
# echo "argument list need input : "
|
||||||
|
|
Loading…
Reference in New Issue