#!/bin/tcsh
#  -*- Mode: Shell-script;  -*-
#  File: dp2.sh
#  Author: Rajeevan Amirtharajah (ramirtha@ece.ucdavis.edu)
#  Copyright (C) Rajeevan Amirtharajah, 2008
# *-------------------------------------------------------------------
# *
# * PURPOSE: Example shell script.
# *
# * HISTORY:
# * Last edited: Feb 25 15:21 2008 (ramirtha)
# * Created: Mon Feb 25 15:20:55 2008 (ramirtha)
# *-------------------------------------------------------------------

# Example
hspice file1.sp 
hspice file2.sp 

# Example with output redirected to a file which is overwritten
hspice file3.sp >! file3.out









