Files
ostep-projects/initial-xv6/test-getreadcount.sh
2019-03-29 06:57:56 -05:00

11 lines
115 B
Bash
Executable File

#! /bin/bash
if ! [[ -d src ]]; then
echo "src dir does not exist"
exit 1
fi
../tester/run-tests.sh $*