the-bastion/tests/functional/fake_ttyrec.sh
Thomas Soëte 63a209cfef
Upgrade fake-ttyrec version
v1.1.6.1 is required

Signed-off-by: Thomas SOËTE <github@alkorin.fr>
2020-10-25 18:59:46 +01:00

13 lines
498 B
Bash
Executable file

#! /usr/bin/env bash
# vim: set filetype=sh ts=4 sw=4 sts=4 et:
# shellcheck disable=SC2046
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.6.1"
exit 0
fi
shift
done
shift
eval "$@"