quote [ Stream/Download: https://smarturl.it/IndianChristmasListen to full Album on Spotify ]
Being as there is an odd draw I'll step in and participate and this year, if anyone is against the suggest and a quick pivot to the "hat" is feasible.
Went to run the code below but an "error" occurred.
My thoughts after waiting to see if any late cummers wanted to join.
"####################################################################"
echo "# #"
echo "# *** FUCK IT, IT'S TIME TO SPREAD JOY! *** #"
echo "# #"
echo "# With such a small pool for the call: everyone gets and sends #"
echo "# presents so **buy for 3 get from 3**. #"
echo "# #"
echo "# On a side note, if the site ever goes down, well, #"
echo "# Christmas card list anyone? 😉 #"
echo "# #"
echo "####################################################################"
Reveal[CODE BLOCK]
#!/bin/bash
# Define Participants
# R1Xhard is participant 1, Jack Blue 2, moriati 3, Paracetamol 4
PARTICIPANTS=("R1Xhard" "Jack Blue" "moriati" "Paracetamol")
# --- Step 1: Simulated Swirling Loader (3-10 Seconds) ---
# Calculate a random duration between 3 and 10 seconds.
RANDOM_DURATION=$(( ( RANDOM % 8 ) + 3 ))
START_TIME=$(date +%s)
END_TIME=$(( START_TIME + RANDOM_DURATION ))
echo "Initiating Secret Santa Draw Sequence..."
echo "Using Pi digits as a conceptual seed..."
# Simple Loading Animation/Simulation
# The actual loading time is determined by the sleep command.
while [ "$(date +%s)" -lt "$END_TIME" ]; do
for i in '|' '/' '-' ''; do
echo -ne "Scanning the List... [$i]r"
sleep 0.1
done
done
# Clear the loading line
echo -ne "Draw Complete.n"
sleep 1
# --- Step 2: Simulated "The Draw" ---
# This section uses your requested logic (random puller) but doesn't actually need
# to show the draw results because of the twist.
# Simulate picking a random 'puller' from the group
RANDOM_PULLER_INDEX=$(( RANDOM % ${#PARTICIPANTS[@]} ))
RANDOM_PULLER=${PARTICIPANTS[RANDOM_PULLER_INDEX]}
echo "The random draw was overseen by: **$RANDOM_PULLER**."
sleep 2
# --- Step 3: The Grand Twist and Reveal Hook ---
# This is the message you requested, printed in bold for emphasis.
echo ""
echo "####################################################################"
echo "# #"
echo "# *** FUCK IT, IT'S TIME TO SPREAD JOY! *** #"
echo "# #"
echo "# With such a small pool for the call: everyone gets and sends #"
echo "# presents so **buy for 3 get from 3**. #"
echo "# #"
echo "# On a side note, if the site ever goes down, well, #"
echo "# Christmas card list anyone? 😉 #"
echo "# #"
echo "####################################################################"
echo ""
# The "actual" draw (which you would normally use) is commented out below:
# SHUFFLED_NAMES=$(printf "%sn" "${PARTICIPANTS[@]}" | shuf)
# RECEIVERS=($SHUFFLED_NAMES)
# for ((i=0; i
Thoughts try to spend around the $100 mark for all gifts.
If items aren't to bulky allow for $50 for all shipping unless it chunky then it's on you, Santa's gotta lighten more then the loads he deposits into Mrs Clause.
If this is acceptable please Message directly the following
Jack Blue moriati Paracetamol & MYSELF if you wish to participate in this way?
Otherwise speak in the
Comments and judge me with MODz.
Custom home-made gifts gain added Kudoes.