aboutsummaryrefslogtreecommitdiff
path: root/.local/share/bin
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/bin')
-rwxr-xr-x.local/share/bin/m3uprefix9
1 files changed, 0 insertions, 9 deletions
diff --git a/.local/share/bin/m3uprefix b/.local/share/bin/m3uprefix
deleted file mode 100755
index c5ab206..0000000
--- a/.local/share/bin/m3uprefix
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-fullfile=$1
-
-filename=$(basename -- "$fullfile")
-filename="${filename%.*}"
-
-nvim "+%s/^[^#]/$filename\/&/g" "+wq" "$fullfile"
-