diff options
Diffstat (limited to 'runapps.sh')
| -rwxr-xr-x | runapps.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runapps.sh b/runapps.sh new file mode 100755 index 0000000..49ec7a1 --- /dev/null +++ b/runapps.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +for i in $(seq 10); do + python testapp.py & +done |
