circuitpython/tools/describe

4 lines
106 B
Bash
Executable File

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