summaryrefslogtreecommitdiff
path: root/test/hello.sh
blob: fefe1daa39ca5e24acfcc1c56ac2b41efa149c45 (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 args ^"%x, %y!"
tunnel env set x Hello
tunnel env set y World
tunnel %cmd %args