Files
arthur-os/bin/omarchy-restart-opencode
2026-04-28 12:03:46 -04:00

8 lines
170 B
Bash
Executable File

#!/bin/bash
# omarchy:summary=Reload opencode configuration (used by the Omarchy theme switching).
if pgrep -x opencode >/dev/null; then
killall -SIGUSR2 opencode
fi