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 802972e commit 0728ebfCopy full SHA for 0728ebf
boards/update-thumb.sh
@@ -1,3 +1,3 @@
1
-#!/bin/sh
+#!/bin/bash
2
rm */*.thumb.jpg
3
for file in */*; do convert $file -thumbnail 200 ${file/.jpg/.thumb.jpg}; done
0 commit comments