Files
motion/git-commit-version.sh
2016-10-14 22:34:33 -06:00

5 lines
79 B
Bash
Executable File

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