summaryrefslogtreecommitdiff
path: root/run-both
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2007-05-23 21:25:21 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2007-05-23 21:25:21 +0000
commitc0e8f01a25ed8f81daa4f6a56fee81c2053477bd (patch)
tree36f3d39b4422cd3efce56401116b4f5ac0b18fe7 /run-both
Add nsa
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@270 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'run-both')
-rwxr-xr-xrun-both4
1 files changed, 4 insertions, 0 deletions
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