Files
afs2026-hw1/code/test/AFS_students.sh
2026-03-27 10:12:37 +08:00

12 lines
366 B
Bash
Executable File

#!/bin/bash
make clean
make
../build.linux/nachos -e consoleIO_test1
echo "====================================="
../build.linux/nachos -e consoleIO_test2
echo "====================================="
../build.linux/nachos -e fileIO_test1
echo "====================================="
../build.linux/nachos -e fileIO_test2
echo "====================================="