6 lines
134 B
Bash
Executable file
6 lines
134 B
Bash
Executable file
#!/bin/bash
|
|
pushd "$(dirname "$0")/.." >/dev/null
|
|
SRCDIR=$(PWD)
|
|
popd >/dev/null
|
|
|
|
"$SRCDIR/build/venv2/bin/python" misc/fontbuild "$@"
|