circuitpython/tools/describe

4 lines
115 B
Bash
Executable File

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