From 1e3fe070f94065a2f6b3b1dcb7ff4512b86eec14 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 30 Nov 2020 18:51:56 +0100 Subject: removed m3uprefix garbo script --- .local/share/bin/m3uprefix | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 .local/share/bin/m3uprefix (limited to '.local/share') 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" - -- cgit v1.2.3