platform/common/scripts/git_version.sh

5 lines
68 B
Bash
Raw Normal View History

#!/bin/bash
version=$(git describe --all --long)
echo \"$version\"