FreeCalypso > hg > fc-selenite
view scripts/test-make.sh @ 209:d0547d47260a
uartfax.c: sync with Magnetite (Tango RI output)
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 20 Oct 2020 01:58:41 +0000 |
parents | c8a4561ef581 |
children |
line wrap: on
line source
#!/bin/sh set -e for i in * do echo $i if [ $i != config ] then (cd $i; make) fi done