Files
scripts/local/mg/build_and_run.csh
2016-03-18 05:30:16 -04:00

18 lines
260 B
Tcsh
Executable File

#!/bin/csh
set dwa=~/devel/mg/dwa_02_23/ic/lv/aoi-dbg/
if ( { rsh amy-bld-07 "cd $dwa && cglu && cd locallv && gmake calibre" } ) then
else
exit
endif
if ( { calibre -drc -hier -turbo $1 } ) then
else
exit
endif
if ( { merge.csh } ) then
else
exit
endif