raycast/sh/restart-dock.sh
2025-08-16 21:50:47 +08:00

20 lines
374 B
Bash
Executable File

#!/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"