initial commit
This commit is contained in:
7
bin/nomarchy-restart-opencode
Executable file
7
bin/nomarchy-restart-opencode
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Reload opencode configuration (used by the Nomarchy theme switching).
|
||||
|
||||
if pgrep -x opencode >/dev/null; then
|
||||
killall -SIGUSR2 opencode
|
||||
fi
|
||||
Reference in New Issue
Block a user