File: finn

package info (click to toggle)
solfege 2.0.4-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,200 kB
  • ctags: 1,844
  • sloc: python: 12,160; xml: 5,458; ansic: 1,486; makefile: 562; sh: 233
file content (5 lines) | stat: -rwxr-xr-x 199 bytes parent folder | download
1
2
3
4
5
#!/bin/sh
grep -n $2 $1 Makefile.inc.in Makefile.in
find -name "*.py" | xargs grep -n $2 $1
find -name Makefile | xargs grep -n $2 $1
cd online-docs/C && find -name "*.texi.m4" | xargs grep -n $2 $1