summaryrefslogtreecommitdiff
path: root/bsc-tofi
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-10-09 01:19:04 -0500
committerzachir <zachir@librem.one>2022-10-09 01:19:04 -0500
commit0ad890bae271b17a7eaf76f70b2c462e4ca10333 (patch)
treee81457c2d4cf414a66edb010b4cfbc2e0974e400 /bsc-tofi
parentd36e7cd095371deb8b70115fc7817d351bcfa645 (diff)
reorganize .local/bin folder
Diffstat (limited to 'bsc-tofi')
-rwxr-xr-xbsc-tofi5
1 files changed, 0 insertions, 5 deletions
diff --git a/bsc-tofi b/bsc-tofi
deleted file mode 100755
index 9b368fb..0000000
--- a/bsc-tofi
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/sbin/sh
-PROFILES=`grep 'Path=' ~/.moonchild\ productions/basilisk/profiles.ini | cut -d'.' -f2`
-CHOSEN=`echo "$PROFILES" | tofi`
-[ -z "$CHOSEN" ] && exit 2
-basilisk -P "$CHOSEN"