Skip to content

Instantly share code, notes, and snippets.

@RyogaK
Last active March 2, 2018 12:46
Show Gist options
  • Save RyogaK/6445ecd740fac17d375bd47ead114648 to your computer and use it in GitHub Desktop.
Save RyogaK/6445ecd740fac17d375bd47ead114648 to your computer and use it in GitHub Desktop.
LGTM.sh
#!/bin/sh
# pup: [https://github.com/EricChiang/pup]
# URL を http://www.lgtm.in/g/RyogaK のようにすれば自分のマイリストから取り出せるのでオススメ
echo "\![LGTM](`curl -sL http://www.lgtm.in/g | pup '#imageUrl attr{value}'`)" | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment