mkdir -p dups

main
Robert 8 months ago
parent 05fe3b1f19
commit fcaa7ac765
  1. 2
      get_dups.sh

@ -13,7 +13,7 @@ if [ ! -d "$path" ]; then
fi
if [ "$2" = "forreal" ]; then
mkdir "$path/dups"
mkdir -p "$path/dups"
fi
# Get list of images

Loading…
Cancel
Save