Skip to content

Instantly share code, notes, and snippets.

@eiryu
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eiryu/d22e608abc6d8842e6dc to your computer and use it in GitHub Desktop.
Save eiryu/d22e608abc6d8842e6dc to your computer and use it in GitHub Desktop.
Twitterのツイートをはてなブログに貼り付けるのを楽にするGroovy Script
'''\
https://twitter.com/eiryu/status/586690213721714688
https://twitter.com/eiryu/status/586781258572701697
https://twitter.com/eiryu/status/586789657985163264
https://twitter.com/eiryu/status/586792192858927104
https://twitter.com/eiryu/status/586801384097366016
'''.eachLine {
println "[${it}:embed]"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment