X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=do-commit.sh;fp=do-commit.sh;h=d36aa338cb02d96eb177940e7a44491268205339;hp=0000000000000000000000000000000000000000;hb=ad286e74a2a6c97f36812497d275ce3c6af3dab3;hpb=c36ff49b90f7b35ca14a4e0fbf9fccaae14921ea diff --git a/do-commit.sh b/do-commit.sh new file mode 100755 index 0000000..d36aa33 --- /dev/null +++ b/do-commit.sh @@ -0,0 +1,4 @@ +#!/bin/sh +svn update +echo "`svn info | awk -F': ' '/^Revision: / {print $2}'`+1" | bc > ./trunk/VERSION.svn +svn commit "$@"