From 7ef11b69908baa70deda8460b4f4a6978f46d61b Mon Sep 17 00:00:00 2001 From: Ali Gholami Rudi Date: Sat, 4 Oct 2014 08:39:53 +0330 Subject: [PATCH] gen.sh: the arguments can specify FP and TP --- gen.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gen.sh b/gen.sh index 57020c1..6942679 100755 --- a/gen.sh +++ b/gen.sh @@ -12,6 +12,9 @@ LIGIGN="\(ct\|st\|sp\|Rp\)" # minimum amount of kerning to include MINKERN="5" +test -n "$1" && FP="$1" +test -n "$2" && TP="$2" + # creating DESC mkdir -p $TP echo "fonts 10 R I B BI CW H HI HB S1 S" >$TP/DESC -- 2.11.4.GIT