4 lines
72 B
AppleScript
4 lines
72 B
AppleScript
|
#!/usr/bin/env osascript
|
||
|
|
||
|
tell application "System Preferences" to quit
|