mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
4 lines
128 B
Bash
Executable File
4 lines
128 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
git describe --tags --match "v$(cat VERSION)" | sed -r -e 's/v([^-]+)-/+snapshot/' -e 's/-/./' > VERSION_SUFFIX
|