FreeCalypso > hg > fc-selenite
view scripts/test-make.sh @ 203:ba3693cbd40e
src/cs: sync with Magnetite
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Mon, 29 Jun 2020 00:27:13 +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
