log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
pdfconcat
view bin/monthly-stats @ 0:8f7e68d54c6d
find changesets by author, revision, files, or words in the commit message
initial commit: should be already usable
author
markus schnalke <meillo@marmaro.de>
date
Thu, 29 Aug 2013 13:58:17 +0200
parents
children
line source
1
#!/bin/sh
2
#
3
# sum up the usage by month
4
5
sed 's,^\[\(....-..\).*,\1,' "$@" | uniq -c