Created
February 13, 2018 04:23
-
-
Save Songmu/f22ca23dde990c4c928d3633e498f9dd to your computer and use it in GitHub Desktop.
原稿の文字数をカウントするMackerelプラグイン
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
export LANG=ja_JP.UTF-8 | |
export LC_ALL=ja_JP.UTF-8 | |
words=$(cat /path/to/*.md | wc -m) | |
echo "writing.chars.hogehoge $words " $(date +%s) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment