update
This commit is contained in:
15
applescript/shutdown.applescript
Executable file
15
applescript/shutdown.applescript
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/osascript
|
||||
|
||||
# Required parameters:
|
||||
# @raycast.schemaVersion 1
|
||||
# @raycast.title Shut Down
|
||||
# @raycast.mode silent
|
||||
# @raycast.packageName System
|
||||
|
||||
# Optional parameters:
|
||||
# @raycast.icon 🛌
|
||||
|
||||
# Documentation:
|
||||
# @raycast.description Shuts down computer.
|
||||
|
||||
tell application "Finder" to shut down
|
||||
Reference in New Issue
Block a user