summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorkrebs <krebs@UTART>2011-05-05 11:33:49 +0200
committerkrebs <krebs@UTART>2011-05-05 11:33:49 +0200
commitcb1664c7f07c17e729b07a06e7f2547603f700e9 (patch)
treeeecf8001acd4aceccc7f96a6c0bb3cc5604e60ba /etc
parentfd34f20c2898dc7e72030b775983e73f9fd45b12 (diff)
infest/etc: do all the various /etc infestation
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.local10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/rc.local b/etc/rc.local
new file mode 100755
index 00000000..bb5ac732
--- /dev/null
+++ b/etc/rc.local
@@ -0,0 +1,10 @@
+#! /bin/sh -e
+
+morse() {
+ /krebs/modules/morse/morse.sh "$@"
+}
+
+morse -l 42 -f 4000 `hostname`
+morse -l 42 -f 2000 BEREIT
+
+exit 0