Update payload.txt

pull/155/head
Kalani Helekunihi 2023-06-12 14:30:44 -04:00 committed by GitHub
parent 8e1c11518a
commit 550848f503
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ DELAY 2000
REM #### Script ####
STRINGLN
STRINGLN_BLOCK
function search_file {
for file in "$1"/*; do
if [[ -d "$file" ]]; then
@ -35,5 +35,5 @@ STRINGLN
# You can choose whatever folder you want, the script is recursive.
DIR=/home/$USER/Documents;
search_file "$DIR";
END_STRING
END_STRINGLN
ENTER