Skip to content

Commit

Permalink
creat many
Browse files Browse the repository at this point in the history
  • Loading branch information
hieblmi committed Aug 13, 2024
1 parent 9342dd6 commit 20be79a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions create_many.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

# Loop 40 times
for i in {1..40}
do
echo "Running ./create.sh for the $i time"
./create.sh
done

0 comments on commit 20be79a

Please sign in to comment.