summaryrefslogtreecommitdiff
path: root/test/env.sh
blob: 500375704980bd6f4c64bfdfea65cf23afabdebd (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

ROOT=$(dirname $0)/..
PATH=$ROOT/cmd/tunnel

tunnel set cmd echo
tunnel set args :"@x, @y!"
tunnel set x Hello
tunnel set y World
tunnel @cmd @args
tunnel clear