From e5559ad7a555b6f579bda0c6007d61d7a03ae2b9 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 27 Mar 2020 15:45:25 +0100 Subject: Added and applied tidy command --- src/resources/conv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/resources/conv.sh') diff --git a/src/resources/conv.sh b/src/resources/conv.sh index ff922dd..d323021 100755 --- a/src/resources/conv.sh +++ b/src/resources/conv.sh @@ -11,8 +11,8 @@ mkdir font cd font || exit wget $font_url -O temp.bdf bdf2c -C font.h -bdf2c -b < temp.bdf > temp.c -gcc -E -CC temp.c > final.h +bdf2c -b temp.c +gcc -E -CC temp.c >final.h sed -i -e 1,74d final.h sed -i -e :a -e '$d;N;2,1533ba' -e 'P;D' final.h -- cgit v1.2.3