Files
scripts/mg/build_and_run.csh
Vahagn Khachatryan 17ae95e589 MG: scripts updated.
2015-03-03 11:59:54 +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