From a80520baf69ae114990646f56bed8d119b6efbaf Mon Sep 17 00:00:00 2001 From: Jay Foad Date: Wed, 25 Apr 2018 10:39:34 +0100 Subject: [PATCH] Add a comment. --- D.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/D.sh b/D.sh index 238d9866..9a0b195b 100755 --- a/D.sh +++ b/D.sh @@ -1,4 +1,7 @@ #!/bin/bash +set -e + +# Create D.ico and D.icns from D.png for S in 16 24 32 48 128 256 512; do convert D.png -resize ${S}x${S} D$S.png