Add shebang lines to scripts
This commit is contained in:
parent
4b4ad2ca65
commit
0d21ec9f02
1
init.sh
1
init.sh
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
ld -r -b binary -o font.o font.psf
|
||||
cmake -DCMAKE_C_COMPILER=x86_64-elf-gcc .
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user