Merge pull request #16 from ovh/fake-ttyrec-bump-version

Upgrade fake-ttyrec version
This commit is contained in:
Stéphane Lesimple 2020-10-26 09:08:11 +01:00 committed by GitHub
commit 09183e444f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
set -- $(getopt -o 'ZcCupVhvanf:z:d:t:T:k:s:e:l:F:' -l "zstd,level:,verbose,append,cheatcodes,no-cheatcodes,shell-cmd:,dir:,output:,uuid:,no-openpty,lock-timeout:,kill-timeout:,msg:,count-bytes,term:,version,help,zstd-try,max-flush-time:,name-format:" -- "$@")
while [ "$1" != "--" ]; do
if [ "$1" = "-V" ]; then
echo "fake-ttyrec v1.1.4.0"
echo "fake-ttyrec v1.1.6.1"
exit 0
fi
shift