diff options
Diffstat (limited to 'handler/hello')
-rwxr-xr-x | handler/hello | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/handler/hello b/handler/hello deleted file mode 100755 index 68ee5a4..0000000 --- a/handler/hello +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -# call me with broadcaster $bcat-ip hello world - -LOGFILE="./hello.log" - -( echo -n "Someone called 'hello " - cat - echo "'!" -) >> "$LOGFILE" - |