Skip to content

Instantly share code, notes, and snippets.

@sh4869
Created December 13, 2016 07:07
Show Gist options
  • Save sh4869/ca8b200e7779cf2cf8648bffd0823eca to your computer and use it in GitHub Desktop.
Save sh4869/ca8b200e7779cf2cf8648bffd0823eca to your computer and use it in GitHub Desktop.
コマンドラインから一発で https://shindanmaker.com/684616 をつぶやくためのワンライナー (tw コマンドが必要)
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