source: other-projects/nightly-tasks/diffcol/trunk/task.pl@ 27604

Last change on this file since 27604 was 27556, checked in by ak19, 11 years ago

Adding the missing task.pl for envi to invoke

  • Property svn:executable set to *
File size: 433 bytes
Line 
1#!/usr/bin/perl -w
2
3
4# Invoke as: sjmc@br:/research/sjm84/envi/bin$ ./envi diffcol summarise
5# Doing so will call this pl file and pass in "summarise" in ARGV
6# This pl file will in turn call the task executable in this folder
7# passing in "summarise" as a parameter.
8system("/bin/bash -c \"../etc/tasks/diffcol/task @ARGV\"");
9
10#system("/bin/bash -c \"./task @ARGV\"");
11#print STDERR "/bin/bash -c ../etc/tasks/diffcol/task @ARGV"
Note: See TracBrowser for help on using the repository browser.