<div dir="ltr"><div><div>I've seen your email about wrong shell but anyway:<br><br>On Wed, Aug 26, 2015 at 10:47 AM, Andrea Peri <<a href="mailto:aperi2007@gmail.com">aperi2007@gmail.com</a>> wrote:<br>><br>> I have some relative path, but my first<br>> line in bash is a<br>><br>> " cd /home/--path-to-grass-position "<br>><br>> to set the script in the right position in filesystem.<br><br></div>What you actually have in the crontab? Script or a grass70 call? Both should work anyway. Usually you have some script in any case. Either it is a general script and you call it from crontab and then call GRASS from there in some way or you have a script for GRASS and you call `grass` with the script (see below).<br><br></div><div>For 7.0 the (way too short (please contribute)) documentation is:<br><br><a href="https://grass.osgeo.org/grass70/manuals/grass7.html#running-non-interactive-batch-jobs">https://grass.osgeo.org/grass70/manuals/grass7.html#running-non-interactive-batch-jobs</a><br><br></div><div>For trunk/7.1 there is one other option:<br><br><a href="https://grass.osgeo.org/grass71/manuals/grass7.html#exec-interface-example">https://grass.osgeo.org/grass71/manuals/grass7.html#exec-interface-example</a></div></div>