source: other-projects/nightly-tasks/crons-and-scripts/linux64/gen-release.sh@ 32402

Last change on this file since 32402 was 32402, checked in by sjm84, 6 years ago

Linux 64 VM scripts for generating release and nightly binaries

  • Property svn:executable set to *
File size: 98 bytes
Line 
1#!/bin/bash
2
3echo "RUNNING $* " > out.txt
4env >> out.txt
5cd /home/sjm84/envi/bin
6./envi release $*
Note: See TracBrowser for help on using the repository browser.