Created
December 13, 2016 07:07
-
-
Save sh4869/ca8b200e7779cf2cf8648bffd0823eca to your computer and use it in GitHub Desktop.
コマンドラインから一発で https://shindanmaker.com/684616 をつぶやくためのワンライナー (tw コマンドが必要)
This file contains hidden or 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
curl -s -H "Content-type: application/x-www-form-urlencoded" -d u=`echo $(od -vAn -tu2 -N2 /dev/urandom)` -d from= https://shindanmaker.com/684616 | grep textarea | sed 's!<textarea[^>]*>!!g' | sed 's!<\/textarea>!!g' | tw -pipe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment