source: epd_deployment/solaris-installer.csh @ 613

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

minor snag since installation is done as user epicsadm

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Date Revision Author HeadURL Id
File size: 438 bytes
Line 
1#!/bin/tcsh
2
3########### SVN repository information ###################
4# $Date: 2011-08-12 20:36:23 +0000 (Fri, 12 Aug 2011) $
5# $Author: jemian $
6# $Revision: 613 $
7# $URL: epd_deployment/solaris-installer.csh $
8# $Id: solaris-installer.csh 613 2011-08-12 20:36:23Z jemian $
9########### SVN repository information ###################
10
11setenv LOGFILE /tmp/epd-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.