source: epd_deployment/solaris-installer.csh @ 536

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

rename

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Date Revision Author HeadURL Id
File size: 431 bytes
Line 
1#!/bin/tcsh
2
3########### SVN repository information ###################
4# $Date: 2011-07-06 20:45:57 +0000 (Wed, 06 Jul 2011) $
5# $Author: jemian $
6# $Revision: 536 $
7# $URL: epd_deployment/solaris-installer.csh $
8# $Id: solaris-installer.csh 536 2011-07-06 20:45:57Z jemian $
9########### SVN repository information ###################
10
11setenv LOGFILE ./logfile.txt
12touch ${LOGFILE}
13
14foreach cmd (install-solaris-x86.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.