diff options
author | euer <root@euer.krebsco.de> | 2012-12-23 22:37:34 +0100 |
---|---|---|
committer | euer <root@euer.krebsco.de> | 2012-12-23 22:37:34 +0100 |
commit | befe04dcd3276c0c51bc9d79e4d327ed5dceb3c0 (patch) | |
tree | 21acf24c63d6a29d1621598f5ca07a438fa52a5d | |
parent | 3b8a155589443ecf3012805a316421fcbd08c9ae (diff) |
//morse -> //util/morse
-rwxr-xr-x | infest/skel/etc/rc.local | 2 | ||||
-rw-r--r-- | sandbox/roboctl/index.js (renamed from roboctl/index.js) | 0 | ||||
-rw-r--r-- | sandbox/roboctl/lib/irc.js (renamed from roboctl/lib/irc.js) | 0 | ||||
-rw-r--r-- | util/morse/COPYING (renamed from morse/COPYING) | 0 | ||||
-rw-r--r-- | util/morse/Makefile (renamed from morse/Makefile) | 0 | ||||
-rw-r--r-- | util/morse/README (renamed from morse/README) | 0 | ||||
-rwxr-xr-x | util/morse/morse.sh (renamed from morse/morse.sh) | 0 |
7 files changed, 1 insertions, 1 deletions
diff --git a/infest/skel/etc/rc.local b/infest/skel/etc/rc.local index f224f9e4..7cf99aeb 100755 --- a/infest/skel/etc/rc.local +++ b/infest/skel/etc/rc.local @@ -1,7 +1,7 @@ #! /bin/sh -e morse() { - /krebs/morse/morse.sh "$@" + /krebs/util/morse/morse.sh "$@" } morse -l 42 -f 4000 `hostname` diff --git a/roboctl/index.js b/sandbox/roboctl/index.js index ac92c969..ac92c969 100644 --- a/roboctl/index.js +++ b/sandbox/roboctl/index.js diff --git a/roboctl/lib/irc.js b/sandbox/roboctl/lib/irc.js index 5f904a74..5f904a74 100644 --- a/roboctl/lib/irc.js +++ b/sandbox/roboctl/lib/irc.js diff --git a/morse/COPYING b/util/morse/COPYING index d28e4178..d28e4178 100644 --- a/morse/COPYING +++ b/util/morse/COPYING diff --git a/morse/Makefile b/util/morse/Makefile index 2afa845e..2afa845e 100644 --- a/morse/Makefile +++ b/util/morse/Makefile diff --git a/morse/README b/util/morse/README index 67951c00..67951c00 100644 --- a/morse/README +++ b/util/morse/README diff --git a/morse/morse.sh b/util/morse/morse.sh index c84538ca..c84538ca 100755 --- a/morse/morse.sh +++ b/util/morse/morse.sh |