diff options
Diffstat (limited to 'examples/preflight')
-rwxr-xr-x | examples/preflight | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/preflight b/examples/preflight new file mode 100755 index 0000000..65e790c --- /dev/null +++ b/examples/preflight @@ -0,0 +1,9 @@ +#!/bin/sh +# Sample script for calling multiple routines on a project, typically prior to committing to a repository. +# Place this in root of a project, adjust the font path, then set it to be executable by typing: +# chmod +x preflight + +psfnormalize -p checkfix=fix source/font-Regular.ufo +psfnormalize -p checkfix=fix source/font-Bold.ufo + +psfsyncmasters source/font-RB.designspace |