source: main/trunk/gs-release-builder/create-dec-caveat.sh@ 37367

Last change on this file since 37367 was 37367, checked in by kjdon, 14 months ago

save the log to the logs folder. Also, because we are running this one on 64bit now, use dec-caveat-x64

  • Property svn:executable set to *
File size: 186 bytes
Line 
1#!/bin/bash
2
3echo "RUNNING DEC (DOCUMENTED EXAMPLES) CAVEAT at " `date` > logs/dec-out.txt
4env >> logs/dec-out.txt
5cd /greenstone/gs-release-builder/envi/bin
6./envi.pl dec-caveat-x64 $*
Note: See TracBrowser for help on using the repository browser.