Move Linux client & common packages into a public repo.

This commit is contained in:
Earl Lee
2020-02-05 14:16:58 -08:00
parent c955043dfe
commit a8d8b8719a
156 changed files with 17113 additions and 0 deletions

8
version/ver.go.do Normal file
View 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