mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-12-19 02:03:06 +00:00
3 lines
178 B
Bash
Executable file
3 lines
178 B
Bash
Executable file
#!/bin/bash
|
|
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
|