6 lines
67 B
Bash
Executable File
6 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# exit when any command fails
|
|
set -e
|
|
|
|
make -C simX run |