nixpkgs/pkgs/applications/video/gyroflow/gyroflow-open.sh
Orivej Desh 79e0b12a12 gyroflow: init at 1.5.4-2023-12-22
1.5.4 proper does not build from source because some of its
dependencies are github forks that were merged upstream and deleted.

Closes #216299
2023-12-25 22:35:56 +00:00

7 lines
141 B
Bash

#!/usr/bin/env bash
if [ "$#" -ge 1 ]; then
exec "$(dirname "$0")"/gyroflow --open "$@"
else
exec "$(dirname "$0")"/gyroflow "$@"
fi