URI: 
       trunparallel.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
       ---
       trunparallel.sh (173B)
       ---
            1 #!/bin/bash
            2 for scriptname in $(ls p10km*sh) ; do
            3   echo ; echo "starting ${scriptname} ..."
            4   bash $scriptname &> out.$scriptname &  # start immediately in background
            5 done