#!/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