This commit is contained in:
Your Name 2024-07-19 19:28:40 -06:00
parent ea25ea6a2f
commit 6fb1381944

View File

@ -58,7 +58,7 @@ bot-search() {
done
echo "Saving Bot list to $SAVED_BOTS....."
cat $CRAWLER_TMP | sort -u >$SAVED_BOTS
cat $CRAWLER_TMP | sort -u >>$SAVED_BOTS
}
pedo-search() {