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

Last change on this file since 33952 was 32399, checked in by ak19, 6 years ago

Committing the create-expeditee and run-gs2-diffcol.sh scripts from Mac Mountain Lion to svn. May not be Mountain Lion or even mac specific.

  • Property svn:executable set to *
File size: 399 bytes
Line 
1#!/bin/bash
2
3# set up JAVA_HOME (needs to be 1.6)
4
5export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
6# usr bin is already on the PATH and JAVA_HOME contains no bin subfolder
7#export PATH=/usr/bin:$JAVA_HOME/bin:$PATH
8
9
10echo "RUNNING GS2 DIFFCOL (mac lion $OSTYPE) at " `date` > outdiffcol.txt
11env >> outdiffcol.txt
12cd /Volumes/Research/nzdl/envi/bin
13./envi diffcol $*
Note: See TracBrowser for help on using the repository browser.