#!/bin/sh ./starttime if [ ! -f bin/tape_options ] ; then touch bin/tape_options fi nice ./all-non-root-tests nice ./all-non-root-tape-tests nice ./all-non-root-2tape-tests ./endtime