3 lines
65 B
Plaintext
3 lines
65 B
Plaintext
|
#!/bin/sh
|
||
|
git describe --dirty --tags --always --match "[1-9].*"
|