sec10-wordcount 0.1.0

シンプルな文字、単語、行の出現頻度の計数機能を提供します。
Documentation
1
2
3
4
5
6
7
8
9
10
#! /bin/bash
cd `dirname $0`
MESSAGE=$1
if [ -z "$MESSAGE" ]; then
  MESSAGE=`date +"%Y-%m-%d %H:%M:%S"`
fi
git add .
git commit -m "$MESSAGE"
git push --all