Added dedicated SFW tag section.
This commit is contained in:
7
sfws-thumbs.sh
Executable file
7
sfws-thumbs.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
for dir in sfw/*;
|
||||
do mkdir -p "$dir/thumbs" "$dir/lazy";
|
||||
|
||||
mogrify -path "$dir/thumbs" -resize x280\> -quality 90% "$dir/*.jpeg";
|
||||
mogrify -path "$dir/lazy" -resize x90\> -quality 90% "$dir/*.jpeg";
|
||||
done
|
||||
Reference in New Issue
Block a user