makelogo.sh: Add #!/bin/bash

Signed-off-by: Kevin Ji <1146876+kevinji@users.noreply.github.com>
This commit is contained in:
Kevin Ji 2023-09-17 12:30:29 -07:00 committed by Hector Martin
parent fb6e035950
commit 650441daa5

View file

@ -1,2 +1,3 @@
#!/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