summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2007-05-23 21:27:21 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2007-05-23 21:27:21 +0000
commit813075115bf01b5c102bc9e511636e6fea8e20b9 (patch)
treee133aa1e88915cbbf9317916825a7ae84374f0ec
parent7d2a81fe32a2927bca21a1ba11102f199b3f61ae (diff)
fix run-both
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@272 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
-rwxr-xr-xrun-both1
1 files changed, 1 insertions, 0 deletions
diff --git a/run-both b/run-both
index 2cd2598..0e5573a 100755
--- a/run-both
+++ b/run-both
@@ -1,4 +1,5 @@
#!/bin/sh
+cd
./bin/do-email &
cd bin && while [ 1 ] ; do ./nsa; sleep 10; done