skip "all" shell script

This commit is contained in:
wing328
2017-11-12 22:42:02 +08:00
parent 2ef65d1488
commit f34aca62f6

View File

@@ -8,7 +8,7 @@ echo "Please press CTRL+C to stop or the script will continue in 10 seconds."
sleep 10
for SCRIPT in ./bin/*.sh
for SCRIPT in `ls -l ./bin/*.sh | grep -v all`
do
if [ -f $SCRIPT -a -x $SCRIPT ]
then