リモートアップルイベントでスクリプト終わったら通知させるってのが出来そう
tell application “iCal” of machine “eppc://user:password@bonjourMachineName.local”
activate
end tell
http://piyocast.com/as/archives/897
通知センターへの書き方
set remoteFinder to application "Finder" of machine "eppc://user:passwd@yourserver.local"https://gist.github.com/poohtaro/5999459
using terms from application "Finder"
tell remoteFinder
eject every disk
end tell
end using terms from
tell application “iCal” of machine “eppc://user:password@bonjourMachineName.local”
activate
end tell
http://piyocast.com/as/archives/897
通知センターへの書き方
display notification "めっせーじ" with title "たいとる" subtitle "さぶたいとる" sound name "Purr"
0 件のコメント:
コメントを投稿