Created
May 12, 2017 00:49
-
-
Save Flashwalker/81129a89c4007dc14bec6448b865875d to your computer and use it in GitHub Desktop.
May the fork be with your lang
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# May the fork be with your lang | |
wget -U 'Mozilla/5.0' -qO- "http://translate.googleapis.com/translate_a/single?client=gtx&sl=auto&tl=ru&dt=t&q=`telnet towel.blinkenlights.nl 666 2>/dev/null|tail -2`" | awk -F'"' '{print $2}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment