From ab8a8e675d2dcdaaa7ccfbbdf4643246227e5e2a Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Wed, 26 Feb 2014 23:34:59 +0200 Subject: initial commit --- runapps.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 runapps.sh (limited to 'runapps.sh') 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 -- cgit v1.2.3