File: RunHammer

package info (click to toggle)
hammerhead 2.1.3-7
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 704 kB
  • ctags: 588
  • sloc: cpp: 4,782; sh: 2,794; makefile: 240; perl: 41; csh: 11
file content (16 lines) | stat: -rwxr-xr-x 313 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/csh -f

# $Id: RunHammer,v 1.1.1.1 2000/11/29 13:19:40 dredd Exp $
#
# $Source: /cvsroot/hammerhead/hammerhead/bin/RunHammer,v $
# $Revision: 1.1.1.1 $
# $Date: 2000/11/29 13:19:40 $
# $State: Exp $
#

if ( $#argv != 2 ) then
	echo "Usage: $0 <config file> <output-file>"
	exit 0
endif

hammerhead $1 > $2