diff options
author | root <root@shack.(none)> | 2010-05-07 03:45:50 +0200 |
---|---|---|
committer | root <root@shack.(none)> | 2010-05-07 03:45:50 +0200 |
commit | 0b25165144fb6a6c0e63df62bf282f13465baa82 (patch) | |
tree | fe6dd43db274d56071ed0da078ef558a789566f9 /modules/echo | |
parent | b9a22654b96cf5a32f227ef6991ea81176cacb50 (diff) |
renamed module msg to echo
Diffstat (limited to 'modules/echo')
-rwxr-xr-x | modules/echo | 6 |
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 |