summaryrefslogtreecommitdiff
path: root/run-both
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2007-05-23 21:27:14 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2007-05-23 21:27:14 +0000
commit7d2a81fe32a2927bca21a1ba11102f199b3f61ae (patch)
tree4d6e864ab9195386b746e35cea06f178a2ccb470 /run-both
parentc0e8f01a25ed8f81daa4f6a56fee81c2053477bd (diff)
fix run-both
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@271 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'run-both')
-rwxr-xr-xrun-both2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-both b/run-both
index d6d6a8d..2cd2598 100755
--- a/run-both
+++ b/run-both
@@ -1,4 +1,4 @@
#!/bin/sh
./bin/do-email &
-while [ 1 ] ; do ./bin/nsa; sleep 10; done
+cd bin && while [ 1 ] ; do ./nsa; sleep 10; done