diff options
author | Jan Huwald <jh@sotun.de> | 2012-05-21 07:39:52 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-05-21 07:39:52 (GMT) |
commit | 1e4b937165cb34cbc928e1cc11901c2b3735e2c2 (patch) | |
tree | 25122802b20d8af20b5c5f66fb968298275747c1 /handler | |
parent | 6bd0f2e9a131c6db2cdf7d1480162f087468e23c (diff) |
create example directory
- handler is moved to example/handler
- example keys can be found in example/keys (which is intended as root
for HBBP_KEYDIR)
Diffstat (limited to 'handler')
-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" - |