From 71c888e97d02d19756252294a27b3dd3c3a28c75 Mon Sep 17 00:00:00 2001 From: ccppi Date: Wed, 27 Mar 2024 10:02:10 +0000 Subject: [PATCH 1/3] Update watch-anime.sh --- watch-anime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-anime.sh b/watch-anime.sh index ddc98b8..16bdc9e 100644 --- a/watch-anime.sh +++ b/watch-anime.sh @@ -1,4 +1,4 @@ echo "watch btth, insert episodes to watch" source /home/ccppi/.git/animdl/animdl-env/bin/activate #animdl stream "Battle through the heaven" -r$1 -animdl stream "battle-through-the-heavens" -r$1 +animdl stream "battle-through-the-heavens" -r$1 #wrong executable, uses installed instead of the local git version!!! From 71db1e8678c07745d01df658ff2a8e2d67c987b9 Mon Sep 17 00:00:00 2001 From: ccppi Date: Wed, 27 Mar 2024 10:04:54 +0000 Subject: [PATCH 2/3] Update wine-rm-file-assosiations.sh --- wine-rm-file-assosiations.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wine-rm-file-assosiations.sh b/wine-rm-file-assosiations.sh index f8adaf1..ae52561 100644 --- a/wine-rm-file-assosiations.sh +++ b/wine-rm-file-assosiations.sh @@ -1,3 +1,5 @@ +##DANGER uses rm -f !!!!! use at your own risk + rm -f ~/.local/share/applications/wine-extension*.desktop rm -f ~/.local/share/icons/hicolor/*/*/application-x-wine-extension* rm -f ~/.local/share/applications/mimeinfo.cache From 97b94da471ad49fba25af27852994944bbdc4af5 Mon Sep 17 00:00:00 2001 From: ccppi Date: Wed, 27 Mar 2024 10:06:20 +0000 Subject: [PATCH 3/3] Delete buy.sh --- buy.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 buy.sh diff --git a/buy.sh b/buy.sh deleted file mode 100755 index 709b10b..0000000 --- a/buy.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -tutti="https://www.tutti.ch/de/li/ganze-schweiz?q=" -ricardo="https://www.ricardo.ch/de/s/" -toppreis="https://www.toppreise.ch/produktsuche?q=" - -broswer='/usr/bin/firefox --new-window' -cmd='$broswer "$ricardo$1" &' -eval "$cmd" -cmd='$broswer "$tutti$1" &' -eval "$cmd" -cmd='$broswer "$toppreis$1" &' -eval "$cmd"