diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/hello.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hello.sh b/test/hello.sh index 9893089..81dcec8 100755 --- a/test/hello.sh +++ b/test/hello.sh @@ -5,7 +5,7 @@ PATH=$ROOT/cmd/tunnel tunnel var clear tunnel var set cmd echo -tunnel var set args ^"%x, %y!" +tunnel var set args ^"@x, @y!" tunnel var set x Hello tunnel var set y World -tunnel %cmd %args +tunnel @cmd @args |
