This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# YOU NEED TO HAVE YOUR 4 SEAN-PROVIDED TEST FILES IN THE SAME DIRECTORY AS THIS SCRIPT | |
# ALSO, RUN THIS SCRIPT FROM THE SAME LOCATION WHERE YOUR MAKEFILE IS | |
echo Making... | |
make clean | |
make | |
# FILE 1 RUNS | |
cat binary-sample-01.bin | ./bin/encodeInput > binary-sample-01.bin.test1 |