Skip to content

Instantly share code, notes, and snippets.

@0xh3x
Created November 15, 2011 19:52
Show Gist options
  • Save 0xh3x/1368116 to your computer and use it in GitHub Desktop.
Save 0xh3x/1368116 to your computer and use it in GitHub Desktop.
#!/bin/sh
curl http://translate.ge/q.aspx?w=$1 2>/dev/null|sed -e :a -e 's/<[^>]*>//g;/</N;//ba'&&echo
#!/bin/sh
curl http://translate.ge/g.aspx?w=$1 2>/dev/null|sed -e :a -e 's/<[^>]*>//g;/</N;//ba'&&echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment