# Run 3: Simple Wing at High Angle of Attack
echo -e "oper\na a 8\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
