5 lines
110 B
Bash
Executable file
5 lines
110 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# Detailed description of what I'm looking at.
|
|
#
|
|
exec git describe --always --tags --long --dirty
|