From da875fcb62c801b8d19b3d4d984ad963574fb356 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 2 Mar 2023 21:01:10 +0100 Subject: Adding upstream version 1.6.0. Signed-off-by: Daniel Baumann --- examples/preflight | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 examples/preflight (limited to 'examples/preflight') 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 -- cgit v1.2.3