[GRASS-user] Using GRASS_BATCH_JOB but with a c++ program

2010-05-17 Thread rabotin
Dear all, I'm trying to launch a grass work with a script to automate calcul. I try successfully with calling a shell script with GRASS_BATCH_JOB parameter (which call the test_algo.sh) with the following shell script #!/bin/bash chmod u+x $HOME/test_algo.sh export

Re: [GRASS-user] Using GRASS_BATCH_JOB but with a c++ program

2010-05-17 Thread Glynn Clements
rabotin wrote: Dear all, I'm trying to launch a grass work with a script to automate calcul. I try successfully with calling a shell script with GRASS_BATCH_JOB parameter (which call the test_algo.sh) with the following shell script #!/bin/bash chmod u+x $HOME/test_algo.sh