Skip to content

Instantly share code, notes, and snippets.

@afrontend
Created March 10, 2018 01:53
Show Gist options
  • Save afrontend/c818d3bac0d852fabd708b0fa7555414 to your computer and use it in GitHub Desktop.
Save afrontend/c818d3bac0d852fabd708b0fa7555414 to your computer and use it in GitHub Desktop.
가입형 워드프레스 히트 카운트 세는 명령어, https://afrontend.github.io/posts/blog-hit-count/
function hits() {
echo $(curl -s https://agvim.wordpress.com/ | hgrep -t '#blog-stats-18 > ul > li') $(date +"%m월%d일")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment