From ac971e7c5737fd99ddea77ed57dac0319ba259a5 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 9 Aug 2025 11:40:42 -0600 Subject: [PATCH] 1754761242 --- customscripts/FIND_THE_DAMN_PI | 2 +- customscripts/FIND_THE_DAMN_PI_HARDCORE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customscripts/FIND_THE_DAMN_PI b/customscripts/FIND_THE_DAMN_PI index a7d56eb..9e95449 100644 --- a/customscripts/FIND_THE_DAMN_PI +++ b/customscripts/FIND_THE_DAMN_PI @@ -1,5 +1,5 @@ #!/bin/zsh -# runs in appx 40 seconds +# runs in appx 60 SECONDS file_name="nmap-$(date +%Y%m%d%H%M%S)-$(echo $RANDOM | md5sum | awk '{print $1}').xml" out_file="/tmp/$file_name" diff --git a/customscripts/FIND_THE_DAMN_PI_HARDCORE b/customscripts/FIND_THE_DAMN_PI_HARDCORE index 39efdc5..544fa0c 100644 --- a/customscripts/FIND_THE_DAMN_PI_HARDCORE +++ b/customscripts/FIND_THE_DAMN_PI_HARDCORE @@ -1,5 +1,5 @@ #!/bin/zsh -# runs in appx <> seconds +# runs in appx 60 MINUTES file_name="nmap-hardcore-$(date +%Y%m%d%H%M%S)-$(echo $RANDOM | md5sum | awk '{print $1}').xml" out_file="/tmp/$file_name"