mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-28 08:13:11 +00:00
Move Linux client & common packages into a public repo.
This commit is contained in:
8
version/ver.go.do
Normal file
8
version/ver.go.do
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user