mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 10:58:39 +00:00
5 lines
126 B
Plaintext
5 lines
126 B
Plaintext
redo-ifchange mkversion.sh describe.txt
|
|
read -r describe <describe.txt
|
|
ver=$(./mkversion.sh long "$describe")
|
|
echo "$ver" >$3
|