8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d0dcc commit 9d29aa4Copy full SHA for 9d29aa4
boards/update-thumb.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
rm */*.thumb.jpg
3
-for file in */*; do convert $file -thumbnail 200 ${file/.jpg/.thumb.jpg}; done
+for file in */*; do convert $file -thumbnail 300 ${file/.jpg/.thumb.jpg}; done
0 commit comments