Delete buy.sh
This commit is contained in:
parent
71db1e8678
commit
97b94da471
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"
|
|
Loading…
Reference in New Issue
Block a user