source: other-projects/nightly-tasks/crons-and-scripts/linux64/run-gs2-diffcol.sh@ 32745

Last change on this file since 32745 was 32406, checked in by ak19, 6 years ago

Adding the run-gs2-diffcol.sh file of the linux 64 bit machine, which we've presently set up to run directly on the physical 64 bit linux instead of the 64 bit VM. This is the active diffcol script for linux. (The 32 bit linux VM doesn't run diffcol)

  • Property svn:executable set to *
File size: 137 bytes
Line 
1#!/bin/bash
2
3echo "RUNNING GS2 DIFFCOL at " `date` > outdiffcol.txt
4env >> outdiffcol.txt
5cd /home/greenstone/envi/bin
6./envi diffcol $*
Note: See TracBrowser for help on using the repository browser.