highs: 1.8.0 -> 1.8.1 (#360451)
[NixPkgs.git] / pkgs / applications / video / gyroflow / gyroflow-open.sh
blob9bdcad70d99d567edb5f2d3074f178dc5bc665e5
1 #!/usr/bin/env bash
2 if [ "$#" -ge 1 ]; then
3 exec "$(dirname "$0")"/gyroflow --open "$@"
4 else
5 exec "$(dirname "$0")"/gyroflow "$@"
6 fi