Category:
Apple
#! /bin/shみたいな。Mac の Remote Desktop Connection(Windows で言う mstsc)、AppleScript にもコマンドラインオプションにも対応していないのが痛い。設定ファイル作れば良いんだけども、それもねぇ。
osascript -e 'tell application "Terminal" to set miniaturized of (every window whose frontmost is true) to true'
open "/Applications/Remote Desktop Connection.app"
ssh -L 13389:192.168.1.1:3389 username@access_server
Comments