diff options
| -rwxr-xr-x | practice | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -72,11 +72,11 @@ practice_dr() { | |||
| 72 | lhtlr="$(echo "$solhtlr" | head -n 1 | wc -w)" | 72 | lhtlr="$(echo "$solhtlr" | head -n 1 | wc -w)" |
| 73 | read -r x | 73 | read -r x |
| 74 | echo "DR on U/D: $leo moves ($neo solutions)" | 74 | echo "DR on U/D: $leo moves ($neo solutions)" |
| 75 | if [ "$nht" != "$neo" ] || [ "$lht" != "$leo" ]; then | 75 | if [ "$nht" != "$neo" ]; then |
| 76 | echo "Breaking EO: $lht moves ($nht solutions)" | 76 | echo "Breaking EO: $lht moves ($nht solutions)" |
| 77 | fi | 77 | fi |
| 78 | echo "DR on R/L: $leolr moves ($neolr solutions)" | 78 | echo "DR on R/L: $leolr moves ($neolr solutions)" |
| 79 | if [ "$nhtlr" != "$neolr" ] || [ "$lhtlr" != "$leolr" ]; then | 79 | if [ "$nhtlr" != "$neolr" ]; then |
| 80 | echo "Breaking EO: $lhtlr moves ($nhtlr solutions)" | 80 | echo "Breaking EO: $lhtlr moves ($nhtlr solutions)" |
| 81 | fi | 81 | fi |
| 82 | read -r x | 82 | read -r x |
