deanomus
Follow
Pinned Loading
-
-
-
-
sort raw and jpg pictures
sort raw and jpg pictures 1#/bin/bash
2for D in *; do
3if [ -d "${D}" ]; then
4echo "Enter directory: ${D}" # your processing here
5mkdir ${D}/raw
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.