URI:
       trun-5-serial.sh - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
  HTML git clone git://src.adamsgaard.dk/pism
   DIR Log
   DIR Files
   DIR Refs
   DIR LICENSE
       ---
       trun-5-serial.sh (167B)
       ---
            1 #!/bin/bash
            2 
            3 for scriptname in $(ls p10km*sh) ; do
            4   echo ; echo "starting ${scriptname} ..."
            5   bash $scriptname                       # will wait for completion
            6 done