summaryrefslogtreecommitdiffstats
path: root/modules/echo
diff options
context:
space:
mode:
authorroot <root@shack.(none)>2010-05-07 03:45:50 +0200
committerroot <root@shack.(none)>2010-05-07 03:45:50 +0200
commit0b25165144fb6a6c0e63df62bf282f13465baa82 (patch)
treefe6dd43db274d56071ed0da078ef558a789566f9 /modules/echo
parentb9a22654b96cf5a32f227ef6991ea81176cacb50 (diff)
renamed module msg to echo
Diffstat (limited to 'modules/echo')
-rwxr-xr-xmodules/echo6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/echo b/modules/echo
new file mode 100755
index 00000000..344dd963
--- /dev/null
+++ b/modules/echo
@@ -0,0 +1,6 @@
+#! /bin/sh
+case "$1" in
+ (--help) : ;;
+ (*)
+ echo "$*"
+esac