forked from loafle/openapi-generator-original
skip "all" shell script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user