3 lines
83 B
Bash
3 lines
83 B
Bash
|
#!/bin/sh
|
||
|
cp board/minnowboard/grub.cfg ${BINARIES_DIR}/efi-part/EFI/BOOT/grub.cfg
|