Add shebang lines to scripts

This commit is contained in:
Jessica Creighton 2020-07-07 20:07:01 -04:00 committed by Curle
parent 4b4ad2ca65
commit 0d21ec9f02
Signed by: TheCurle
GPG Key ID: 5942F13718443F79
2 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,3 @@
#!/bin/sh
ld -r -b binary -o font.o font.psf
cmake -DCMAKE_C_COMPILER=x86_64-elf-gcc .

View File

@ -1,3 +1,4 @@
#!/bin/sh
# generate our iso image :D
# copy the elf to where grub wants it
# and delete any old ones for good measure first