summaryrefslogtreecommitdiff
path: root/run-both
diff options
context:
space:
mode:
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