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