From cb1664c7f07c17e729b07a06e7f2547603f700e9 Mon Sep 17 00:00:00 2001 From: krebs Date: Thu, 5 May 2011 11:33:49 +0200 Subject: infest/etc: do all the various /etc infestation --- etc/rc.local | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 etc/rc.local (limited to 'etc/rc.local') 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 -- cgit v1.2.3