mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 13:25:37 +00:00
8 lines
197 B
Bash
Executable File
8 lines
197 B
Bash
Executable File
#!/bin/bash
|
|
|
|
png_name="gsmartcontrol.png"
|
|
|
|
# needs imagemagick
|
|
convert 16/$png_name 22/$png_name 24/$png_name 32/$png_name \
|
|
48/$png_name 64/$png_name 128/$png_name 256/$png_name gsmartcontrol.ico
|