From 63c3869bf9fdb179f8fb888abc6172e3fb337f95 Mon Sep 17 00:00:00 2001 From: Sleeping Crows Date: Thu, 18 May 2023 11:28:01 -0400 Subject: [PATCH] Comment Cleanup --- Furaffinity/fa.sh | 3 --- 1 file changed, 3 deletions(-) mode change 100644 => 100755 Furaffinity/fa.sh diff --git a/Furaffinity/fa.sh b/Furaffinity/fa.sh old mode 100644 new mode 100755 index c0cc56d..ffb9704 --- a/Furaffinity/fa.sh +++ b/Furaffinity/fa.sh @@ -65,11 +65,8 @@ do else # curl the url if it's not in the list already # see if it errors out for not existing in the database. - # Idea: store the curl result in standard output as is, and query it for different results.) result=$(curl -s --stderr - https://www.furaffinity.net/view/$ranid) - #echo "DEBUG: CURL TEST == $result" - if grep -q "not in our database" <<< "$result"; then echo "$ranid does not exist, logged and re-rolling. ($i of $rep)" echo "$ranid" >> already-checked.txt