summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygwin-shilka
blob: 8306cef7d5043b31cb29309142da5dd5ec0d61e3 (plain)
1
2
3
4
5
6
#!/bin/sh -x
c="$(basename $1 .shilka).c"
shilka -strip -no-definitions $1 && \
sed -e '1,4d' -e '/KR_reset.*;/d' -e '/KR_output_statistics.*;/d' \
    -e '/KR_reset.*)/,/}/d' -e '/KR_output_statistics.*)/,/}/d' "$c" > $2 &&
rm -f "$c"