a2d/desk.acc/go.sh
2017-09-04 13:51:51 -07:00

18 lines
286 B
Bash
Executable File

#!/bin/bash
set -e
make clean
make all
# Verify original and output match
diff show_text_file.bin show_text_file.F1 \
&& echo "Files match"
cat show_dhr_file.F1 > mount/SHOW.DHR.FILE.\$F1 \
&& echo "Updated mounted file"
# Show output for review
#less $list
#less dhr.list