10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-02 03:15:34 +02:00
This commit is contained in:
Anthony Scemama 2023-04-18 15:55:43 +02:00
parent 3632cb9c70
commit 2bd1a07b6c

View File

@ -17,6 +17,6 @@ EOF
fi
else
command=$(which -a zcat | grep -v 'qp2/bin/' | head -1)
exec command
exec $command $@
fi