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

try to build gens-gs again
author Hans-G?nter Theisgen
date Sat Dec 07 15:51:18 2019 +0100 (2019-12-07)
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