< Zurück

02.12.2012 22:16:00 • Categories: Applescript • Tags: Applescript, Osascript

AppleScript: System Events - shut down über Terminal

osascript -e 'tell application "System Events"' -e 'shut down' -e 'end tell'

< Zurück | ^ nach oben