]> skyeroc.xyz Git - dgamelaunch/commitdiff
List PIDs of xterms for easier killing.
authorJilles Tjoelker <jilles@stack.nl>
Sun, 15 Feb 2004 23:20:51 +0000 (23:20 +0000)
committerJilles Tjoelker <jilles@stack.nl>
Sun, 15 Feb 2004 23:20:51 +0000 (23:20 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@237 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

stresstest.sh

index 59b711bbde484410c90d02c87cd77153e5cfd81c..32834092aef4359a7cd1a3d1a4424901880920e8 100755 (executable)
@@ -14,11 +14,13 @@ max=19
 rm -f "$chrootdir"/dgldir/inprogress/*
 rm -f "$chrootdir$hackdir"/save/*[0-9]test[0-9]*
 
+echo -n "Starting processes:"
 export conffile i
 i=1
 while [ $i -le $max ]; do
        xterm -e sh -c '(sleep 1; echo "ltest$i"; echo aa; echo -n py i; cat) | ./dgamelaunch -f "$conffile" '&
+       echo -n " $!"
        sleep 1
        i=$(($i+1))
 done
-
+echo