From 2edf86f85afda88299ec5bfbaa0dd96d7488a848 Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Thu, 4 Apr 2024 00:09:34 +0800 Subject: [PATCH] Test --- .github/workflows/opensquat.yml | 6 +++--- functions/opensquat.sh | 28 ++++++++++++++-------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/opensquat.yml b/.github/workflows/opensquat.yml index e0de85086..6101c37a4 100644 --- a/.github/workflows/opensquat.yml +++ b/.github/workflows/opensquat.yml @@ -28,6 +28,6 @@ jobs: git diff-index --quiet HEAD || git commit -m "Retrieve domains via openSquat" git push -q - build: - needs: run-opensquat - uses: ./.github/workflows/retrieve_domains.yml + #build: + # needs: run-opensquat + # uses: ./.github/workflows/retrieve_domains.yml diff --git a/functions/opensquat.sh b/functions/opensquat.sh index f9138eb40..f4765a3a1 100644 --- a/functions/opensquat.sh +++ b/functions/opensquat.sh @@ -35,20 +35,20 @@ opensquat() { split -d -l $(( $(wc -l < new_nrd.tmp) / 12 )) new_nrd.tmp # Run checks in parallel - python3 opensquat.py -k "$KEYWORDS" -c 0 -d x00 -o results_x00.tmp & - python3 opensquat.py -k "$KEYWORDS" -c 0 -d x01 -o results_x01.tmp & - python3 opensquat.py -k "$KEYWORDS" -c 0 -d x02 -o results_x02.tmp & - python3 opensquat.py -k "$KEYWORDS" -c 0 -d x03 -o results_x03.tmp & - python3 opensquat.py -k "$KEYWORDS" -c 0 -d x04 -o results_x04.tmp & - python3 opensquat.py -k "$KEYWORDS" -c 0 -d x05 -o results_x05.tmp & - python3 opensquat.py -k "$KEYWORDS" -c 0 -d x06 -o results_x06.tmp & - python3 opensquat.py -k "$KEYWORDS" -c 0 -d x07 -o results_x07.tmp & - python3 opensquat.py -k "$KEYWORDS" -c 0 -d x08 -o results_x08.tmp & - python3 opensquat.py -k "$KEYWORDS" -c 0 -d x09 -o results_x09.tmp & - python3 opensquat.py -k "$KEYWORDS" -c 0 -d x10 -o results_x10.tmp & - python3 opensquat.py -k "$KEYWORDS" -c 0 -d x11 -o results_x11.tmp & - python3 opensquat.py -k "$KEYWORDS" -c 0 -d x12 -o results_x12.tmp & - python3 opensquat.py -k "$KEYWORDS" -c 0 -d x13 -o results_x13.tmp + python3 opensquat/opensquat.py -k "$KEYWORDS" -c 0 -d x00 -o results_x00.tmp & + python3 opensquat/opensquat.py -k "$KEYWORDS" -c 0 -d x01 -o results_x01.tmp & + python3 opensquat/opensquat.py -k "$KEYWORDS" -c 0 -d x02 -o results_x02.tmp & + python3 opensquat/opensquat.py -k "$KEYWORDS" -c 0 -d x03 -o results_x03.tmp & + python3 opensquat/opensquat.py -k "$KEYWORDS" -c 0 -d x04 -o results_x04.tmp & + python3 opensquat/opensquat.py -k "$KEYWORDS" -c 0 -d x05 -o results_x05.tmp & + python3 opensquat/opensquat.py -k "$KEYWORDS" -c 0 -d x06 -o results_x06.tmp & + python3 opensquat/opensquat.py -k "$KEYWORDS" -c 0 -d x07 -o results_x07.tmp & + python3 opensquat/opensquat.py -k "$KEYWORDS" -c 0 -d x08 -o results_x08.tmp & + python3 opensquat/opensquat.py -k "$KEYWORDS" -c 0 -d x09 -o results_x09.tmp & + python3 opensquat/opensquat.py -k "$KEYWORDS" -c 0 -d x10 -o results_x10.tmp & + python3 opensquat/opensquat.py -k "$KEYWORDS" -c 0 -d x11 -o results_x11.tmp & + python3 opensquat/opensquat.py -k "$KEYWORDS" -c 0 -d x12 -o results_x12.tmp & + python3 opensquat/opensquat.py -k "$KEYWORDS" -c 0 -d x13 -o results_x13.tmp wait rm x??