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

Last change on this file since 38091 was 38091, checked in by anupama, 8 months ago

Mac run-gs-diffcol.sh script, pass in min-min-gs3 for it to run through the full diffcol process

  • Property svn:executable set to *
File size: 518 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
10echo "RUNNING GS3 DIFFCOL (mac lion $OSTYPE) at " `date` > outdiffcol.txt
11env >> outdiffcol.txt
12cd /Users/greenstone/RELEASES/envi/bin
13#perl -S ./envi.pl diffcol --gs3 $*
14perl -S ./envi.pl diffcol $*
Note: See TracBrowser for help on using the repository browser.