Files @ 231a8b3aedc3
Branch filter:

Location: light9/bin/curvecalc_all_subterms

Drew Perttula
showconfig still reads n3 files on its own for legacy code. reads anything in top dir, not just config.n3 and patch.n3
Ignore-this: c510095c0c05e7508161fd4adc75449a
1
2
3
4
5
6
#!/bin/zsh
echo broken: use a plain shell loop
exit 1


for x (`ls $LIGHT9_SHOW/subterms`) { bin/curvecalc $x }