Skip to content

Commit

Permalink
Merge pull request #6 from eseiler/misc/content
Browse files Browse the repository at this point in the history
[MISC] Add content to congrats.txt
  • Loading branch information
SGSSGene authored Feb 23, 2024
2 parents f54c9b0 + 75abcb5 commit 0281268
Showing 1 changed file with 65 additions and 1 deletion.
66 changes: 65 additions & 1 deletion create_scavenger_hunt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,71 @@ echo "You may use a combination of tools you have already used in the levels bef
PASSWORD_END_BOSS=$(zcat ${PATH_LEVEL_15}/.password.txt.gz | tr -c '[:alnum:]' '[\n*]' | grep . | sort | uniq -c | sort -nr | awk 'NR==1 {print $2}')

# END BOSS
touch ${PATH_END_BOSS}/congrats.txt
cat > ${PATH_END_BOSS}/congrats.txt <<-OTTER
################
############################
######## #########
####### ######
###### #####
##### #####
#### #####
#### #######
###### ######
######## #### ######## #######
####### ######### ### ##### #####
###### ##### ### ########## ####
##### ########## ########### ########## ###
#### ######### ############### ######## ##
### ####### ############### ###
### ###### ###
## ### ### ### ###
## ### #### ### ####
## #### ###### #### ###
### ###################### ###
### ### ##### ###
#### #### #### ####
#### ############## ####
##### ######## ####
####### ########
### ###### ###### #####
### ###### ##################
#### ######### ##########################
#### ################################################## ######
### ######################### ##### #####
### ##### ########## ######### ####
### ###### ## ###### ### ###
### ###### ### ## ######## #### ##########
### ##### ## ### ##### ######### ###############
#### ## ##### ######################## ######### ### ## ####
### ###### ##################### #### ## ## ####
#### ##### ##### ### ## ## ##### ############
#### ####### #### ### ### ####################
#### #### ################# ########### #### ### ### ######## ########
### #### ########################## ############### ###### #### ###### ######
#### #### ############## ############ ## #### ###### ### ##### #####
#### ##### ############## #### ### ## ##### ###### ### ###### #####
#### ############## ##### ### ### ## ##### ##### ### ##### #####
### ######### ## ### ## ##### ### ##### #####
#### #### ### ##### ### ##### #####
#### #### ### ###### #### ###### ####
##### ### ### ##### #### ##### #####
##### ### ## #### #### ####### #####
#### ### ### #### ##### ######## ####
##### ### ### ########## ####### ######### #####
##### #### #### ############################## ####
###### #### ######## ############ #####
###### ### ## #####
##### ##### #####
###### ##### #####
####### ##### ######## ######
####### ############### ######
######################## #### #######
################# ########
####### #########
############# #############
########################################
########################
OTTER

PASSWORD0="go"

Expand Down

0 comments on commit 0281268

Please sign in to comment.