summaryrefslogtreecommitdiff
path: root/test/hello.sh
blob: 26711ef1bbcbc2ea34d1d3a2780a753be8e231d6 (plain)
1
2
3
4
5
6
7
8
9
10
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