diff options
| author | Mikhail Osipov <mike.osipov@gmail.com> | 2020-09-10 00:18:05 +0300 |
|---|---|---|
| committer | Mikhail Osipov <mike.osipov@gmail.com> | 2020-09-10 00:18:05 +0300 |
| commit | 92fdd0e34e1fddf3cc85c3e0691d4fd1196bc382 (patch) | |
| tree | 91ad84809c7d46e06196bd931cbeda34b648e869 /test/env.sh | |
| parent | cc5f5c9dbd8076a3a119c2b0e214e4d9c4f9bb1d (diff) | |
expandable variable syntax
Diffstat (limited to 'test/env.sh')
| -rwxr-xr-x | test/env.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/env.sh b/test/env.sh index 5003757..080c2b5 100755 --- a/test/env.sh +++ b/test/env.sh @@ -3,9 +3,8 @@ ROOT=$(dirname $0)/.. PATH=$ROOT/cmd/tunnel -tunnel set cmd echo -tunnel set args :"@x, @y!" +tunnel set args "@[x], @[y]!" tunnel set x Hello tunnel set y World -tunnel @cmd @args +tunnel echo -e @args tunnel clear |
