annotate light8/backuper @ 908:0a47ec94fc63

move all point editing into Curve. fix manip to never try to make points have the same X. add check in Curve that points never have the same X or crossing X Ignore-this: 75ad005fd9d35a61ecef82bf8ddae3f4
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 10 Jun 2013 09:28:11 +0000
parents 45b12307c695
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
45b12307c695 Initial revision
drewp
parents:
diff changeset
1 #!/bin/zsh
45b12307c695 Initial revision
drewp
parents:
diff changeset
2
45b12307c695 Initial revision
drewp
parents:
diff changeset
3 cd ~dmcc/cvs/light9/light8
45b12307c695 Initial revision
drewp
parents:
diff changeset
4 DIR=backups/`date +%Y%m%d%H%M%S`
45b12307c695 Initial revision
drewp
parents:
diff changeset
5 mkdir -p $DIR
45b12307c695 Initial revision
drewp
parents:
diff changeset
6 cp *.py $DIR