darcsden :: dbp -> housetab-multi -> blob

a webapp to manage expenses between a group of friends. NOTE: this is really out of date and may not work. see housetab-snaphttp://housetab.org

root / bin / revisionNum.sh

1
2
3
4
#!/bin/bash
PWD=`pwd`
cd ~/projects/housetab-multi
darcs show repo | grep "Num Patches" | cut -c 17-
cd $PWD