Files
motion/git-commit-version.sh
2011-10-22 17:21:27 +02:00

6 lines
90 B
Bash
Executable File

#!/bin/sh
SNV_VERSION=`git show | grep commit|cut -d' ' -f2`
echo -n "Git-$SNV_VERSION"