summaryrefslogtreecommitdiff
path: root/mut/bin/macos
blob: ba8e43cee1704b411b7566d4dc3587a1aee37478 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash
args=""
if [ -n "$1" ]; then
    args="$(printf " %q" "${@}")"
fi
TERM=xterm-256color ssh -i ~/.ssh/macos mike@192.168.122.75 $args