forked from enviPath/enviPy
Current Dev State
This commit is contained in:
7
static/js/ketcher2/node_modules/gulp-iconfont/tests/ttfautohint/ttfautohint.sh
generated
vendored
Executable file
7
static/js/ketcher2/node_modules/gulp-iconfont/tests/ttfautohint/ttfautohint.sh
generated
vendored
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
DOCKER_IMAGE="ttfautohint:1.5"
|
||||
if command -v docker >/dev/null 2>&1 && test ! -z "$(docker images -q "$DOCKER_IMAGE" 2> /dev/null)"; then
|
||||
exec docker run --rm -a STDIN -a STDOUT -a STDERR -i "$DOCKER_IMAGE" "$@"
|
||||
else
|
||||
exec ttfautohint "$@"
|
||||
fi
|
||||
Reference in New Issue
Block a user