a2d/desk.acc/go.sh

18 lines
286 B
Bash
Raw Normal View History

2017-08-29 03:58:09 +00:00
#!/bin/bash
set -e
2017-09-04 20:51:51 +00:00
make clean
make all
2017-08-29 03:58:09 +00:00
# Verify original and output match
2017-09-04 20:51:51 +00:00
diff show_text_file.bin show_text_file.F1 \
&& echo "Files match"
2017-08-29 03:58:09 +00:00
2017-09-04 20:51:51 +00:00
cat show_dhr_file.F1 > mount/SHOW.DHR.FILE.\$F1 \
&& echo "Updated mounted file"
2017-09-04 04:47:45 +00:00
2017-08-29 03:58:09 +00:00
# Show output for review
2017-09-04 04:47:45 +00:00
#less $list
2017-09-04 20:51:51 +00:00
#less dhr.list