spi/tests/run.sh

6 lines
69 B
Bash
Raw Normal View History

2022-07-21 02:37:22 -04:00
#!/bin/sh
for i in 00; do
make -f run_mode.makefile MODE="$i"
done