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