Skip to content

Instantly share code, notes, and snippets.

View ElliotGluck's full-sized avatar
🔥
Heating up!

Eli Gluck ElliotGluck

🔥
Heating up!
View GitHub Profile
@ElliotGluck
ElliotGluck / randomizer.sh
Last active August 13, 2023 18:06
TLW Filename Randomizer
#!/bin/bash
# Check if the directory was passed as an argument
if [ "$#" -ne 1 ]; then
echo "Usage: $0 /path/to/photo/directory"
exit 1
fi
DIRECTORY="$1"
According to all known laws
of aviation,
there is no way a bee
should be able to fly.
Its wings are too small to get
its fat little body off the ground.