3 lines
160 B
Bash
3 lines
160 B
Bash
|
#!/bin/bash
|
||
|
cd "tags/$TAG"; mkdir -p thumbs lazy; mogrify -path thumbs -resize x240\> -quality 90% *.jpeg; mogrify -path lazy -resize x90\> -quality 90% *.jpeg
|