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