5 lines
52 B
Bash
5 lines
52 B
Bash
|
#/bin/bash
|
||
|
|
||
|
make run || exit 1
|
||
|
make clean || exit 2
|