Skip to content

Instantly share code, notes, and snippets.

@1syo
Created May 12, 2016 04:19
Show Gist options
  • Save 1syo/21f08bb4118b448efc5d1eb5f3d48870 to your computer and use it in GitHub Desktop.
Save 1syo/21f08bb4118b448efc5d1eb5f3d48870 to your computer and use it in GitHub Desktop.
name="1syo"
data_url="$(curl http://lgtm.in/g/$name --write-out "%{redirect_url}" --silent)"
image_url="$(echo $data_url | sed -e 's/http:\/\/lgtm.in\/i/http:\/\/lgtm.in\/p/g')"
cat <<-__TEXT__
LGTM :+1:
[![LGTM]($image_url)]($data_url)
__TEXT__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment