Skip to content

Commit

Permalink
makelogo.sh: Add #!/bin/bash
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Ji <[email protected]>
  • Loading branch information
kevinji committed Sep 17, 2023
1 parent ea64e7b commit 432bb55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/makelogo.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 432bb55

Please sign in to comment.