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

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

tunnel set args "@[x], @[y]!"
tunnel set x Hello
tunnel set y World
tunnel echo -e @args
tunnel clear