mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
79e0b12a12
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
7 lines
141 B
Bash
7 lines
141 B
Bash
#!/usr/bin/env bash
|
|
if [ "$#" -ge 1 ]; then
|
|
exec "$(dirname "$0")"/gyroflow --open "$@"
|
|
else
|
|
exec "$(dirname "$0")"/gyroflow "$@"
|
|
fi
|