mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +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"
|
mkdir "ALL"
|
||||||
fi
|
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"
|
echo "$f"
|
||||||
to=${f//.\//}
|
to=${f//.\//}
|
||||||
mv "$f" "./ALL/${to//\// - }"
|
mv "$f" "./ALL/${to//\// - }"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user