Created
July 25, 2012 09:19
-
-
Save yuroyoro/3175243 to your computer and use it in GitHub Desktop.
するなよ!絶対に実行するなよ!
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 | |
while : | |
do | |
curl -v -X POST -d 'pronounce=ヴィム' -d 'word=linux' http://yomikata.org/ajax/vote.php | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment