mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
Switch to dash
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/zsh
|
||||
#!/bin/dash
|
||||
|
||||
if [ "$(pgrep -cx autogap)" -gt 1 ] ; then
|
||||
if [ "$(pgrep -cx autogap)" -gt 1 ] ; then
|
||||
killall autogap && exit 0
|
||||
else
|
||||
|
||||
|
||||
Reference in New Issue
Block a user