#! /bin/sh # Test a simple simulation: . ./defs || exit 1 set -e for order in 1 2 3 4; do Fragmentation_run 0 $order 1.55 done