sb

shitty bar for dwm
git clone git://git.ckyln.com/~cem/sb.git
Log | Files | Refs | README | LICENSE

commit 159085918d0bb604e88bc0aded3c6e159f34635e
parent c6aae1b61ff599b48dd2589926f7c78dbd58e7d3
Author: Cem Keylan <cem@ckyln.com>
Date:   Tue,  7 Jul 2020 09:57:53 +0300

sb: fix cleanup

Diffstat:
Msb | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sb b/sb @@ -21,7 +21,7 @@ usage() { exit 1 } -cleanup() { rm -f "$pidfile" ;} +cleanup() { rm -f "$pidfile" ; exit 0;} while [ "$1" ] ; do case "$1" in