summaryrefslogtreecommitdiffstats
path: root/src/smart-relay.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/smart-relay.sh')
-rwxr-xr-xsrc/smart-relay.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/smart-relay.sh b/src/smart-relay.sh
new file mode 100755
index 0000000..af5fa26
--- /dev/null
+++ b/src/smart-relay.sh
@@ -0,0 +1,5 @@
1#!/bin/sh
2
3raco pkg install mqtt-client
4racket -e "(begin (require (file \"smart-relay.rtk\")) (main $@))"
5