mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 03:25:35 +00:00
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
|
redo-ifchange long.txt short.txt ver.go.in
|
||
|
|
||
|
read -r LONGVER <long.txt
|
||
|
read -r SHORTVER <short.txt
|
||
|
|
||
|
sed -e "s/{LONGVER}/$LONGVER/g" \
|
||
|
-e "s/{SHORTVER}/$SHORTVER/g" \
|
||
|
<ver.go.in >$3
|