Suppose I have a python script run_a_billion_experimets.py that looks like
run_a_billion_experimets.py
for i in (10000000): os.system(\'python run_one_experiment.py\')