Skip to content

Commit

Permalink
Making bash launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
ranghetti committed May 4, 2015
1 parent 2bb526e commit aa0e75a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .project
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>moddwl</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>de.walware.statet.r.builders.RSupport</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>de.walware.statet.base.StatetNature</nature>
<nature>de.walware.statet.r.RNature</nature>
</natures>
</projectDescription>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>MOD_DWL_devel</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>de.walware.statet.r.builders.RSupport</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>de.walware.statet.base.StatetNature</nature>
<nature>de.walware.statet.r.RNature</nature>
</natures>
</projectDescription>
8 changes: 8 additions & 0 deletions moddwl.sh
@@ -0,0 +1,8 @@
Rscript ./Accessoires/RscriptEcho.R `pwd` $1 $2
# This batch should be run with two arguments:
# 1) a logical to start /not to start the gui;
# 2) the path of the RData with the settings
# (see Moddwl_Main.R for further details)

# example of launcher:
# ./moddwl.sh FALSE ~/R/workspace/WARM_synced_updates/Mod_dwl_settings/reg_it_opts.RData

1 comment on commit aa0e75a

@tarsileshi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can u help dear i'm doing research can u help me how install github, bfastSpatial for preprocessing satellite image modis for windows 7

Please sign in to comment.