Skip to content

Instantly share code, notes, and snippets.

@tetsuyainfra
Created December 29, 2015 07:21
Show Gist options
  • Save tetsuyainfra/50ad8cc6778b96efe229 to your computer and use it in GitHub Desktop.
Save tetsuyainfra/50ad8cc6778b96efe229 to your computer and use it in GitHub Desktop.
したらば書き込みメモ
COMMAND=echo
#COMMAND=curl
echo MESSAGE=あいうえお&submit=書き込む | iconv -t euc-jp > data.message
$COMMAND -v -d 'DIR=game' -d 'BBS=12345' -d 'KEY=1234567890' \?
-d "TIME=$(date +%s)" -d 'NAME="" \
-d "MAIL=sage" -d @data.message \
-e http://jbbs.shitaraba.net/bbs/read.cgi/game/12345/1234567890/ \
http://jbbs.shitaraba.net/bbs/write.cgi/game/12345/1234567890/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment