mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
4 lines
65 B
Bash
4 lines
65 B
Bash
#!/bin/sh
|
|
GFBIN=/usr/local/bin/gf3
|
|
exec $GFBIN --batch ${1+"$@"}
|