4 lines
108 B
Bash
Executable File
4 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git -C "$OMARCHY_PATH" describe --tags $(git -C "$OMARCHY_PATH" rev-list --tags --max-count=1)
|