mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-27 17:25:05 +02:00
7 lines
229 B
Bash
Executable File
7 lines
229 B
Bash
Executable File
#!/bin/bash
|
|
|
|
magick gopher64.png -resize 512x512 gopher64_512x512.png
|
|
magick gopher64.png -resize 256x256 gopher64_256x256.png
|
|
magick gopher64.png -resize 128x128 gopher64_128x128.png
|
|
magick gopher64.png -resize 256x256 icon.ico
|