Merge branch 'master' into dev

This commit is contained in:
Duke Leto
2021-03-31 21:16:55 -04:00
13 changed files with 104 additions and 87 deletions

View File

@@ -5,8 +5,10 @@
set -e
set -x
#TODO: autodect version number, error handling
FILE="hush-3.6.2-linux-amd64.tar"
#hardcode and uncomment if hushd is not running on this machine
#VERSION=3.6.3
VERSION=$(./src/hushd --version|grep version|cut -d' ' -f4|cut -d- -f1|sed 's/v//g')
FILE="hush-$VERSION-linux-amd64.tar"
TIME=$(perl -e 'print time')
mv build build.$TIME