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

ROOT=$(dirname $0)/..
PATH=$ROOT/bin

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