From 9d76b5b44a8eff29c036e65f4f28a82fe3835ad7 Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 22 Jan 2023 13:16:21 -0600 Subject: move scripts to /bin/sh (not /sbin/sh) and add some wayland helpers --- bsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsc') diff --git a/bsc b/bsc index b0e5409..148ac48 100755 --- a/bsc +++ b/bsc @@ -1,4 +1,4 @@ -#!/sbin/sh +#!/bin/sh PROFILES=`grep 'Path=' ~/.moonchild\ productions/basilisk/profiles.ini | cut -d'.' -f2` CHOSEN=`echo "$PROFILES" | barmenu -l 15` [ -z "$CHOSEN" ] && exit 2 -- cgit v1.2.3