source: other-projects/nightly-tasks/crons-and-scripts/linux32/run-gs2-stable.sh

Last change on this file was 32404, checked in by ak19, 6 years ago

Linux32 VM's scripts for generating nightly and release binaries (including the scripts for generating other release packages that are run only on the 32 bit VM, e.g. sork)

  • Property svn:executable set to *
File size: 138 bytes
Line 
1#!/bin/bash
2
3echo "RUNNING GS2 STABLE at " `date` > sout.txt
4env >> sout.txt
5cd /home/sjm84/envi/bin
6./envi gs2-stable $* >> sout.txt 2>&1
Note: See TracBrowser for help on using the repository browser.