diff options
author | Marvin Borner | 2020-03-27 15:45:25 +0100 |
---|---|---|
committer | Marvin Borner | 2020-03-27 15:45:25 +0100 |
commit | e5559ad7a555b6f579bda0c6007d61d7a03ae2b9 (patch) | |
tree | de3ad6fee2c527ecacc109d0104c8803d4447221 /src/resources | |
parent | cbf21c7f3cced00bd810f102cfa0581cf9b8c402 (diff) |
Added and applied tidy command
Diffstat (limited to 'src/resources')
-rwxr-xr-x | src/resources/conv.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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.bdf >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 |