Cygwin: add newgrp release notes
[newlib-cygwin.git] / winsup / cygwin / scripts / cygwin-shilka
blob9abbf230f6bc1456b360bd6549e2243d281d1ea4
1 #!/bin/sh
2 c="$(basename $1 .shilka).c"
3 shilka -length -strip -no-definitions $1 && \
4 sed -e '1,4d' -e '/KR_reset.*;/d' -e '/KR_output_statistics.*;/d' \
5 -e '/KR_reset.*)/,/}/d' -e '/KR_output_statistics.*)/,/}/d' \
6 -e '/# *line/d' "$c" > $2 &&
7 rm -f "$c"
8 # -e "s%$c"'"%'"$2"'"%g'