summaryrefslogtreecommitdiff
path: root/handler/hello
blob: 92e1aa18abde6df0d768870e93dfa00600a0eb7f (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# call me with broadcaster $bcat-ip hello world

LOGFILE="./hello.log"

echo "Someone called 'hello $1'!" >> "$LOGFILE"


contact: Jan Huwald // Impressum