58217f5900
WOO HOO!
5 lines
126 B
Bash
Executable file
5 lines
126 B
Bash
Executable file
if grub-file --is-x86-multiboot builds/iso/gems.elf; then
|
|
echo multiboot confirmed
|
|
else
|
|
echo the file is not multiboot
|
|
fi
|