From c0e8f01a25ed8f81daa4f6a56fee81c2053477bd Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 23 May 2007 21:25:21 +0000 Subject: Add nsa git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@270 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- run-both | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 run-both (limited to 'run-both') diff --git a/run-both b/run-both new file mode 100755 index 0000000..d6d6a8d --- /dev/null +++ b/run-both @@ -0,0 +1,4 @@ +#!/bin/sh + +./bin/do-email & +while [ 1 ] ; do ./bin/nsa; sleep 10; done -- cgit v1.2.3