If it won't be simple, it simply won't be. [Hire me, source code]
#!/bin/bash# How many checking I did today?# Without arguments will default to current directorysvn log -r"{`date +%Y%m%d`}:HEAD" $1 | grep "| $USER |" | wc -l
No comments:
Post a Comment