


MEMORY="-Xmx2048M"
exec = "isis-fish-4.4.2.0.jar"
log = "debug.txt"
args = "--simulateWithSimulationAndScript"
args = "--simulateWithSimulation test"
zip = "sim_soleRecru_2017-01-18-14-49.zip"

cmd = sprintf("java %s -jar %s %s %s &> %s", MEMORY, exec, args, zip, log)

system(cmd)
