Drake Wilson wrote: > #!/bin/sh > n=$1; shift > exec lxc-attach -n "$1" ${1+-- "$@"} Blech, I meant exec lxc-attach -n "$n" ${1+-- "$@"} of course. Woops. ---> Drake Wilson