Files
uiuc-ece391-mp3/student-distrib/rebuildapps.sh

10 lines
154 B
Bash
Executable File

#!/bin/sh
BASE_DIR=$(pwd)
# pushd $BASE_DIR/../syscalls
# make
# cp -r to_fsdir/* ../fsdir/
# popd
../createfs -i ../fsdir -o filesys_img
make
./debug.sh