pdfconcat

diff bin/monthly-stats @ 0:8f7e68d54c6d

initial commit: should be already usable
author markus schnalke <meillo@marmaro.de>
date Thu, 29 Aug 2013 13:58:17 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bin/monthly-stats	Thu Aug 29 13:58:17 2013 +0200
     1.3 @@ -0,0 +1,5 @@
     1.4 +#!/bin/sh
     1.5 +#
     1.6 +# sum up the usage by month
     1.7 +
     1.8 +sed 's,^\[\(....-..\).*,\1,' "$@" | uniq -c