diff options
Diffstat (limited to 'bsc-tofi')
-rwxr-xr-x | bsc-tofi | 5 |
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" |