about summary refs log tree commit diff
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2022-04-28 10:10:33 -0400
committerZach DeCook <zachdecook@librem.one>2022-04-28 10:10:33 -0400
commit3282fadecfdc8b32a1368e105cbf38ec717a0bc7 (patch)
tree70ad0cf1bf7c17bd2e24405c3e78e5611db4cb40
parent88ce44d52cb2d9f11f621434709583ff0fec1cec (diff)
downloadgurglesolver-3282fadecfdc8b32a1368e105cbf38ec717a0bc7.tar.gz
guess solution: decrease threshold
-rwxr-xr-xwhatToDo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/whatToDo.sh b/whatToDo.sh
index 2c3816c..8c93daf 100755
--- a/whatToDo.sh
+++ b/whatToDo.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 LIST="$(cat -)"
-if test "$(echo "$LIST" | wc -l)" -lt 15; then
+if test "$(echo "$LIST" | wc -l)" -lt 13; then
 	# Get the answer on your next guess
 	echo "$LIST"
 else