diff --git a/bin/curvecalc_all_subterms b/bin/curvecalc_all_subterms new file mode 100644 --- /dev/null +++ b/bin/curvecalc_all_subterms @@ -0,0 +1,2 @@ +#!/bin/zsh +for x (`ls $LIGHT9_SHOW/subterms`) { bin/curvecalc $x }