summaryrefslogtreecommitdiffstats
path: root/infest/skel/etc/rc.local
diff options
context:
space:
mode:
Diffstat (limited to 'infest/skel/etc/rc.local')
-rwxr-xr-xinfest/skel/etc/rc.local10
1 files changed, 10 insertions, 0 deletions
diff --git a/infest/skel/etc/rc.local b/infest/skel/etc/rc.local
new file mode 100755
index 00000000..f224f9e4
--- /dev/null
+++ b/infest/skel/etc/rc.local
@@ -0,0 +1,10 @@
+#! /bin/sh -e
+
+morse() {
+ /krebs/morse/morse.sh "$@"
+}
+
+morse -l 42 -f 4000 `hostname`
+morse -l 42 -f 2000 BEREIT
+
+exit 0