Make ./examples/run_examples.sh fail loudly
Created by: AgustinCB
If you do:
./examples/run_examples.sh
rm src/types.rs
./examples/run_examples.sh
The second run will succeed even though the compilation failed. Fix this by making the script fail if one of the steps fail.