summaryrefslogtreecommitdiff
path: root/test/hello.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/hello.sh')
-rwxr-xr-xtest/hello.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/hello.sh b/test/hello.sh
new file mode 100755
index 0000000..26711ef
--- /dev/null
+++ b/test/hello.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+ROOT=$(dirname $0)/..
+PATH=$ROOT/cmd/tunnel
+
+tunnel env clear
+tunnel env set cmd echo
+tunnel env set x Hello
+tunnel env set y World
+tunnel env set args "%x, %y!"
+tunnel %cmd %args