From 0d21ec9f0265768f39767c1a55e30c339067e452 Mon Sep 17 00:00:00 2001 From: Jessica Creighton Date: Tue, 7 Jul 2020 20:07:01 -0400 Subject: [PATCH] Add shebang lines to scripts --- init.sh | 1 + makeiso.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/init.sh b/init.sh index 6d8954b..11bc5b2 100755 --- a/init.sh +++ b/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 . diff --git a/makeiso.sh b/makeiso.sh index 071cb9d..417d5fb 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -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