sb

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

commit b4d05cf1e81e7c71ccac58f35d0de5543d010b90
parent c31c4eadb9888456d514a1bc757a89d72e89e8b2
Author: Cem Keylan <cem@ckyln.com>
Date:   Thu,  2 Jul 2020 13:47:29 +0300

sb: don't use env

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

diff --git a/sb b/sb @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/bin/sh # See the LICENSE file for copyright and license details. FUNCPATH="./func"