test
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/zsh
|
||||
|
||||
if pgrep testscript.sh > /dev/null; then
|
||||
pkill testscript.sh
|
||||
else
|
||||
~/.config/hypr/scripts/testscript.sh &
|
||||
fi
|
||||
Reference in New Issue
Block a user