mirror of
https://github.com/tailscale/tailscale.git
synced 2026-01-27 17:18:44 -05:00
5 lines
127 B
Plaintext
5 lines
127 B
Plaintext
redo-ifchange mkversion.sh describe.txt
|
|
read -r describe <describe.txt
|
|
ver=$(./mkversion.sh xcode "$describe")
|
|
echo "$ver" >$3
|