update
This commit is contained in:
19
sh/restart-dock.sh
Executable file
19
sh/restart-dock.sh
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Required parameters:
|
||||
# @raycast.schemaVersion 1
|
||||
# @raycast.title Restart the Dock
|
||||
# @raycast.mode silent
|
||||
# @raycast.packageName System
|
||||
|
||||
# Optional parameters:
|
||||
# @raycast.icon 💀
|
||||
# @raycast.author Jordi Clement
|
||||
# @raycast.authorURL https://github.com/jordicl
|
||||
|
||||
# Documentation:
|
||||
# @raycast.description Restart the Dock
|
||||
|
||||
killall Dock
|
||||
|
||||
echo "Restarted the Dock"
|
||||
Reference in New Issue
Block a user