windows_sh_launch.bat 357 B

123456789101112
  1. REM Unfortunately not translatable messages here
  2. IF "%GRASS_SHELL%"=="" (
  3. ECHO The GRASS_SHELL environmental variable is not defined.
  4. ECHO To use Bash/Shell scripts in GRASS GIS,
  5. ECHO set the variable using something like:
  6. ECHO SET GRASS_SHELL="C:\path\to\bash.exe"
  7. EXIT /b
  8. )
  9. @"%GRASS_SHELL%" "SCRIPT_DIR/SCRIPT_NAME.sh" %*