sb

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

commit 5cf489acf088d51ca4cf25e703271caf51b10f58
parent 597041d8103c91ee3e10639805afdd5e433d731c
Author: Cem Keylan <cem@ckyln.com>
Date:   Thu, 13 Feb 2020 01:09:54 +0300

exit with error code 1 on usage

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

diff --git a/sb b/sb @@ -18,7 +18,7 @@ ${0##*/} [options] ${0##*/}-$VERSION 2019-2020 (c) Cem Keylan EOF -exit 0 +exit 1 } while [ "$1" ] ; do case "$1" in