URI:
       tadd docstring - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
  HTML git clone git://src.adamsgaard.dk/cosmo
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit cea27f067b2d09c85a09d8d2af834237653ebec1
   DIR parent 10e4fa45267b7b9c6b5f2eff762e9857c57d6adb
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon, 17 Aug 2015 14:29:26 +0200
       
       add docstring
       
       Diffstat:
         M matlab/run.sh                       |       6 ++++++
       
       1 file changed, 6 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/matlab/run.sh b/matlab/run.sh
       t@@ -1,3 +1,9 @@
        #!/bin/bash
       +
       +## run.sh
       +#  This script must run on the webserver. It launches a Matlab session which
       +#  should continue running, until the end of days or the next reboot, whatever
       +#  comes first.
       +
        /Applications/MATLAB_R2014b.app/bin/matlab -nodesktop -nosplash -nodisplay \
            -nojvm -r "run('file_scanner_mcmc_starter.m')"