go: if ! [ -f input-data ]; then dd if=/dev/urandom of=input-data bs=1024k count=1024; fi /usr/local/cpython-2.7/bin/python ./rcm-perf-test clean: rm -f input-data