File: msrc.sh

package info (click to toggle)
herdtools7 7.58-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,732 kB
  • sloc: ml: 128,583; ansic: 3,827; makefile: 670; python: 407; sh: 212; awk: 14
file content (7 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
7
#! /bin/sh
find . -name '*.mli' -o -name '*.ml'\
 -o -name '*.mll' -o -name '*.mly'\
 -o -name '*.c' -o -name '*.h' |\
 grep -v _build | \
 grep -v version.ml | \
 grep -v legacy