aboutsummaryrefslogtreecommitdiff
path: root/runapps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'runapps.sh')
-rwxr-xr-xrunapps.sh5
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