stockholm/bin/_cac_exec

9 lines
105 B
Plaintext
Raw Normal View History

2015-05-20 23:56:08 +00:00
#! /bin/sh
set -euf
if test -z "${cac_via-}"; then
exec "$@"
else
exec ssh -q "$cac_via" -t "$@"
fi