I can't seem to find my notes on how to do this -- I wrote a bash script,
now, how do I call it from within GRASS?
--j
--
Jonathan A. Greenberg, PhD
NRC Research Associate
NASA Ames Research Center
MS 242-4
Moffett Field, CA 94035-1000
Office: 650-604-5896
Cell: 415-794-5043
AIM: jgrn307
MSN: jgrn307@hotmail.com
On Thu, September 14, 2006 22:04, Jonathan Greenberg wrote:
I can't seem to find my notes on how to do this -- I wrote a bash script,
now, how do I call it from within GRASS?
You call it just as you would call it on any command line, it does not
make a difference that it is from within GRASS.
i.e. either 'sh YourScript', or if your script is executable './YourScript'.
Moritz