Added vim modelines to the as many file as I could

This commit is contained in:
Lockszmith (VAST@MacBook) 2025-04-15 17:45:07 -04:00
parent 9a6dab3467
commit d3cb216f2d
47 changed files with 65 additions and 0 deletions

View file

@ -45,3 +45,4 @@ SSH_OPTS="${SSH_OPTS:--N}"
printf "Executing: %s ...\n" "tsh ssh ${TUNNEL} ${TARGET} ${*:2}" >&2
eval "${RUN} tsh ssh ${SSH_OPTS} ${TUNNEL} '${TARGET}' ${*:2}"
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: