mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
bugfix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ddbbf70323
commit
6047218125
@ -11,7 +11,7 @@ if ! [ -e "ALL" ] ; then
|
||||
mkdir "ALL"
|
||||
fi
|
||||
|
||||
find . -path ./ALL -prune -o -iregex ".*\(jpg\|png\|gif\)" -printf ./%P\\0 | while read -d '' f ; do
|
||||
find . -path ./ALL -prune -o -iregex ".*\.\(jpg\|png\|gif\)" -printf ./%P\\0 | while read -d '' f ; do
|
||||
echo "$f"
|
||||
to=${f//.\//}
|
||||
mv "$f" "./ALL/${to//\// - }"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user