summaryrefslogtreecommitdiff
path: root/example/handler/hello
blob: 68ee5a4b4c50ae930fb35404dffa22060e41d61f (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# call me with broadcaster $bcat-ip hello world

LOGFILE="./hello.log"

(   echo -n "Someone called 'hello "
    cat
    echo  "'!"
) >> "$LOGFILE"

contact: Jan Huwald // Impressum