trashernet/micobu.sh
2022-04-18 09:13:15 +02:00

10 lines
73 B
Bash
Executable File

#!/bin/bash
cd cocotb
make
RET=$?
mv ./* -t $MCB_ARTEFACTS/
exit $RET