view bin/curvecalc_all_subterms @ 375:962f46713b63

keyboardcomposer: sort subs by groups first, fix sub cmp The "None" group goes first, then all groups sorted by names. Within groups, subs are sorted by names. Subs sort by their __repr__, which could be a problem in the future.
author David McClosky <dmcc@bigasterisk.com>
date Fri, 15 Jun 2007 20:23:43 +0000
parents 35eb5ff7d574
children 77522c773056
line wrap: on
line source

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