summaryrefslogtreecommitdiffstats
path: root/modules/wall
blob: fa7618fe00567611ab8fa3f89d161514ebe64e57 (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh
case "$1" in
  (--help) : ;;
  (?*)
    for client in /tmp/noise-client-* ; do
      #echo /msg "$*`printf '\a'`" >$client
      echo /msg "$*" >$client
    done
esac