view bin/curvecalc_all_subterms @ 1884:5cde72dfdc22

change collector output code to use very specific types. Might fix bugs too. Ignore-this: ce9f2586b03f5a773accab7ca3bf6c5d
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 28 May 2019 06:48:37 +0000
parents 77522c773056
children
line wrap: on
line source

#!/bin/zsh
echo broken: use a plain shell loop
exit 1


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