~ubuntu-branches/ubuntu/natty/suitesparse/natty

« back to all changes in this revision

Viewing changes to CSparse/Tcov/cover

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2006-12-22 10:16:15 UTC
  • Revision ID: james.westby@ubuntu.com-20061222101615-2ohaj8902oix2rnk
Tags: upstream-2.3.1
ImportĀ upstreamĀ versionĀ 2.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/csh
 
2
# usage: cover files
 
3
echo '================================================================='
 
4
foreach file ($argv[1-])
 
5
        echo $file
 
6
        echo '================================================================='
 
7
        grep "#####" -A5 -B5 $file
 
8
        echo '================================================================='
 
9
        end