mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 01:34:12 +00:00
33a7e35d81
which should work on most posix platforms. Fixes OpenBSD. Signed-off-by: Tobias Heider <me@tobhe.de>
3 lines
184 B
Bash
Executable file
3 lines
184 B
Bash
Executable file
#!/usr/bin/env sh
|
|
convert bootlogo_128.png -background black -flatten -depth 8 rgba:bootlogo_128.bin
|
|
convert bootlogo_256.png -background black -flatten -depth 8 rgba:bootlogo_256.bin
|