diff options
author | lonkaars <l.leblansch@gmail.com> | 2020-11-30 18:51:56 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2020-11-30 18:51:56 +0100 |
commit | 1e3fe070f94065a2f6b3b1dcb7ff4512b86eec14 (patch) | |
tree | ca1398b812b82efc04b19a3132e2a74ebf6dc3cc /.local/share/bin | |
parent | d1c3fe896d3e7cde94679c9af350c688f874d1f3 (diff) |
removed m3uprefix garbo script
Diffstat (limited to '.local/share/bin')
-rwxr-xr-x | .local/share/bin/m3uprefix | 9 |
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" - |