Merge branch 'master' of https://172.233.40.190:3000/ccppi/scripts
dont know
This commit is contained in:
commit
06389a3b41
13
buy.sh
13
buy.sh
@ -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"
|
|
@ -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!!!
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user