#!/bin/sh time -f 'Non-optimal: %U %S' java Main -v 1 -t 10000000 -s false time -f ' Optimal: %U %S' java Main -v 1 -t 10000000 -s true