Skip to content

Instantly share code, notes, and snippets.

@yuroyoro
Created July 25, 2012 09:19
Show Gist options
  • Save yuroyoro/3175243 to your computer and use it in GitHub Desktop.
Save yuroyoro/3175243 to your computer and use it in GitHub Desktop.
するなよ!絶対に実行するなよ!
#!/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