source: epd_deployment/rhel5-installer.csh @ 535

Last change on this file since 535 was 535, checked in by jemian, 12 years ago

checkpoint

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Date Revision Author HeadURL Id
File size: 449 bytes
Line 
1#!/bin/tcsh
2
3########### SVN repository information ###################
4# $Date: 2011-07-06 20:18:50 +0000 (Wed, 06 Jul 2011) $
5# $Author: jemian $
6# $Revision: 535 $
7# $URL: epd_deployment/rhel5-installer.csh $
8# $Id: rhel5-installer.csh 535 2011-07-06 20:18:50Z jemian $
9########### SVN repository information ###################
10
11setenv LOGFILE ./logfile.txt
12touch ${LOGFILE}
13
14foreach cmd (install-rhel5-32.sh  install-rhel5-64.sh)
15  echo '#----- start ' ${cmd} `date`         >>& ${LOGFILE}
16  ./${cmd}                                   >>& ${LOGFILE}
17  echo '#----- end ' ${cmd} `date`           >>& ${LOGFILE}
18end
19
Note: See TracBrowser for help on using the repository browser.