summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/gnu-freefont/tools/utility/fontforge-interp.sh
blob: b19dd8eb4cac6dcafbb3e7af62f44291bfe5f85a (plain)
1
2
3
4
5
6
7
8
9
# fontforge as a script interpreter.
#
# Exists because
# * It is desirable to launch fontforge scripts as executables.
# * The usual #! interpreter-calling mechanism needs an explicit path,
#   but custom-installed fontforge should be in a non-distro location.
# * Linux /usr/bin/env won't allow arguments such as -script.

/usr/bin/fontforge -script $@