mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-20 00:36:09 +01:00
Renamed script to adhere to naming conventions
This commit is contained in:
3
bin/toggle-run
Executable file
3
bin/toggle-run
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/zsh
|
||||
pgrep -axf $1 >/dev/null && pkill -xf $1 || eval $1 &
|
||||
exit 0
|
||||
Reference in New Issue
Block a user