source: other-projects/nightly-tasks/crons-and-scripts/macos/run-gs-diffcol.sh@ 38097

Last change on this file since 38097 was 38097, checked in by anupama, 9 months ago

Minor change

  • Property svn:executable set to *
File size: 580 bytes
Line 
1#!/bin/bash
2
3# RUN AS: ./run-gs-diffcol.pl [setup_greenstone|run_test|summarise|upload] [opts] --gs3 [colnames]
4# e.g.
5# all: ./run-gs-diffcol.pl --gs3
6# or: ./run-gs-diffcol.pl run_test --justdiff --gs3 [colnames]
7# or: ./run-gs-diffcol.pl run_test --nosvn --gs3 [colnames]
8# or: ./run-gs-diffcol.pl run_test --help
9
10#echo "RUNNING GS3 DIFFCOL (mac lion $OSTYPE) at " `date` > outdiffcol.txt
11echo "RUNNING GS3 DIFFCOL (mac) at " `date` > outdiffcol.txt
12env >> outdiffcol.txt
13cd /Users/greenstone/RELEASES/envi/bin
14#perl -S ./envi.pl diffcol --gs3 $*
15perl -S ./envi.pl diffcol $*
Note: See TracBrowser for help on using the repository browser.