highlight cell which changed
[x300-pci] / xsvf.sh
1 svf=/nuc/altera-squeeze/root/epm3064/3064at44.svf
2 test ! -z "$1" && svf=$1
3
4 ls -al $svf && (
5
6         python3 svf2xsvf.py $svf $svf.xsvf
7         svf=$svf.xsvf
8         echo xsvf x300.tap $svf | nc -w 1 picam 4444
9         ls -al $svf
10 )