9 lines
149 B
Bash
Executable File
9 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Just to make it easy to always get the same
|
|
# version description,
|
|
|
|
# Usage:
|
|
# ./describe.sh
|
|
git describe --abbrev=8 --always --tags
|