a2d/desk.acc/go.sh
2017-09-05 18:41:13 -07:00

18 lines
285 B
Bash
Executable File

#!/bin/bash
set -e
#make clean
make all
function verify {
diff "$1.bin" "$1.F1" && echo "$1: files match"
}
# Verify original and output match
verify "calculator"
verify "show_text_file"
cat show_image_file.F1 > mount/SHOW.IMAGE.FILE.\$F1 \
&& echo "Updated mounted file"