Skip to content

Commit

Permalink
[SCRIPTS] Add script to run project several times
Browse files Browse the repository at this point in the history
  • Loading branch information
JPCatarino committed Jun 7, 2020
1 parent 4dee69c commit 308847b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions executeVariousTimes.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for z in $(seq 1 10000); do echo -e "\nRun n.º " $z; ./build_deploy.sh -p; done

0 comments on commit 308847b

Please sign in to comment.