diff options
author | root <root@shack.(none)> | 2010-05-08 02:57:21 +0200 |
---|---|---|
committer | root <root@shack.(none)> | 2010-05-08 02:57:21 +0200 |
commit | 758be77cd81c4d9f44eae1506e5dc929df4daa3b (patch) | |
tree | d9c72b53da4ad6d16b52fde4ae9cfb8cccf64b48 /modules | |
parent | e140034c2e1841857a4978e861c943b757ac712c (diff) |
wall: use /echo instead the (now dead) /msg
Diffstat (limited to 'modules')
-rwxr-xr-x | modules/wall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/wall b/modules/wall index 7c32d01d..c73744ea 100755 --- a/modules/wall +++ b/modules/wall @@ -3,6 +3,6 @@ case "$1" in (--help) : ;; (?*) for linefeed in /tmp/noise/*/linefeed ; do - echo /msg "$*" >$linefeed + echo /echo "$*" >$linefeed done esac |