mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-23 04:42:13 +00:00
5 lines
68 B
Bash
Executable File
5 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
|
|
version=$(git describe --all --long)
|
|
echo \"$version\"
|