Skip to content

Instantly share code, notes, and snippets.

@RadicalZephyr
RadicalZephyr / img-separator.sh
Last active June 25, 2023 21:04
Copy image files from a folder and rename based on type.
#!/usr/bin/env bash
set -e
if [ $# -lt 1 ]
then
echo "You must enter the name of a folder."
exit 1
fi