# Run 1: Simple Wing with Uniform Spacing
echo -e "oper\na a 1\nb b 15\nx\n\nquit\n" > commands
cat commands | avl simplewing1.avl > output
grep -o "CLtot.*" output
grep -o "CDtot.*" output
grep -o "CDff.*" output
grep -o "Cmtot.*" output
grep -o "CYtot.*" output
grep -o "Cltot.*" output
grep -o "Cntot.*" output
