Mercurial > code > home > repos > light9
view bin/curvecalc_all_subterms @ 780:94f85500b995
Add getsub function for expressions
Ignore-this: 6e6adc831107bbf7876bff1e670e34a0
author | drewp@bigasterisk.com |
---|---|
date | Sun, 17 Jun 2012 00:17:10 +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 }