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" 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!!! 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