From 7d2a81fe32a2927bca21a1ba11102f199b3f61ae Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 23 May 2007 21:27:14 +0000 Subject: fix run-both git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@271 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- run-both | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-both') 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 -- cgit v1.2.3