#! /bin/bash cd .. RawData="nasa93.csv" DefaultFile="gen" #The above keyword will autogenerate a temporary defaults file # or give a pathname to the file you want to override this. #DefaultFile="eg/ground.default" ProjectFile="eg/ground.project.1" NumberOfExperts=10 TestSizeOfExperts="0.33" Iterations=1000 Seed=$RANDOM ./2cee $RawData $DefaultFile $ProjectFile $NumberOfExperts $TestSizeOfExperts $Iterations $Seed