Files
motion/git-commit-version.sh
2014-10-02 12:52:29 +03:00

6 lines
83 B
Bash
Executable File

#!/bin/sh
SNV_VERSION=`git show -s --format=%h`
echo -n "3.4.0-Git-$SNV_VERSION"