dont know
This commit is contained in:
ccppi 2024-04-03 10:35:01 +02:00
commit 06389a3b41
3 changed files with 3 additions and 14 deletions

13
buy.sh
View File

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

View File

@ -1,4 +1,4 @@
echo "watch btth, insert episodes to watch" echo "watch btth, insert episodes to watch"
source /home/ccppi/.git/animdl/animdl-env/bin/activate source /home/ccppi/.git/animdl/animdl-env/bin/activate
#animdl stream "Battle through the heaven" -r$1 #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!!!

View File

@ -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/applications/wine-extension*.desktop
rm -f ~/.local/share/icons/hicolor/*/*/application-x-wine-extension* rm -f ~/.local/share/icons/hicolor/*/*/application-x-wine-extension*
rm -f ~/.local/share/applications/mimeinfo.cache rm -f ~/.local/share/applications/mimeinfo.cache