Skip to content

Commit

Permalink
Add a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfoad committed Apr 25, 2018
1 parent 6e61434 commit a80520b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions D.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a80520b

Please sign in to comment.