diff options
| author | Mikhail Osipov <mike.osipov@gmail.com> | 2020-02-27 01:51:55 +0300 |
|---|---|---|
| committer | Mikhail Osipov <mike.osipov@gmail.com> | 2020-02-27 02:11:12 +0300 |
| commit | 27e13f14f4dba71b417ea530bfe035adbd8f0a93 (patch) | |
| tree | 0ed374c02a7f1b5516a8e6e9ab1d37b42860e299 /test/env.sh | |
| parent | 085bdfb75eb1c4b90a25a792815f8b80ed06dccb (diff) | |
add config file support
Diffstat (limited to 'test/env.sh')
| -rwxr-xr-x | test/env.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/env.sh b/test/env.sh index bcff497..7e60718 100755 --- a/test/env.sh +++ b/test/env.sh @@ -3,9 +3,9 @@ ROOT=$(dirname $0)/.. PATH=$ROOT/cmd/tunnel -tunnel var set cmd echo -tunnel var set args ^"@x, @y!" -tunnel var set x Hello -tunnel var set y World +tunnel set cmd echo +tunnel set args ^"@x, @y!" +tunnel set x Hello +tunnel set y World tunnel @cmd @args -tunnel var clear +tunnel clear |
