circuitpython/tools/describe
2022-02-18 21:22:02 -05:00

4 lines
115 B
Bash
Executable File

#!/bin/sh
# Add any supplied arguments.
git describe --first-parent --dirty --tags --always --match "[1-9].*" "$@"