Skip to content

Instantly share code, notes, and snippets.

@Pawka
Last active December 11, 2015 06:59
Show Gist options
  • Save Pawka/4563176 to your computer and use it in GitHub Desktop.
Save Pawka/4563176 to your computer and use it in GitHub Desktop.
Pietums cepelinai
echo `curl --silent -A "Mozilla/5.0" http://www.cepelinai.eu/lt/uzsakymas | grep "product-name" | sed 's/<[^>]*>//g' | shuf -n 1` && echo `curl --silent -A "Mozilla/5.0" http://www.cepelinai.eu/lt/uzsakymas | grep \"order_sauce\" -A 5 | grep option | sed 's/<[^>]*>//g' | shuf -n 1`
@aliulis
Copy link

aliulis commented Jan 18, 2013

Man tai tik pristatymą siūlo :D

kazys@greyhound:~$ H="Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5" && A=curl --silent -A $H http://www.cepelinai.eu/lt/uzsakymas && echo echo $A | grep "product-name" | sed 's/<[^>]*>//g' | shuf -n 1 && echo echo $A | grep \"order_sauce\" -A 5 | grep option | sed 's/<[^>]*>//g' | shuf -n 1
Pristatymas Vilniuje - nemokamas!**Užsakant mažiau nei 6 porcijas pristatymas 10.00 LT Mažiausias užsakymas -  3 porcijos.Apmokėjimas - gryna © 2011 www.manosvetaine.lt
Pristatymas Vilniuje - nemokamas!**Užsakant mažiau nei 6 porcijas pristatymas 10.00 LT Mažiausias užsakymas -  3 porcijos.Apmokėjimas - gryna © 2011 www.manosvetaine.lt

@Pawka
Copy link
Author

Pawka commented Jan 18, 2013

Was is't das? tiesiog pastink consolėj ir viskas :)

Ai nors ir pastini, hmm. man veikia :)

@Pawka
Copy link
Author

Pawka commented Jan 18, 2013

@Pawka
Copy link
Author

Pawka commented Jan 18, 2013

Buvau pamiršęs apie bash userius. Ant zsh veikė, ant bash ir sh - ne.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment