wok-next view bc/stuff/fix-libmath_h @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents
children
line source
1 #! /bin/bash
2 sed -e '1 s/^/{"/' \
3 -e 's/$/",/' \
4 -e '2,$ s/^/"/' \
5 -e '$ d' \
6 -i libmath.h
8 sed -e '$ s/$/0}/' \
9 -i libmath.h