/ Published in: AppleScript
Expand |
Embed | Plain Text
osascript -e 'tell application "System Events"' -e 'shut down' -e 'end tell'
You need to login to post a comment.
aleprieto on 09/02/09
1 person have marked this snippet as a favorite
osascript -e 'tell application "System Events"' -e 'shut down' -e 'end tell'
You need to login to post a comment.