mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-21 01:47:46 +00:00

Termux doesn't have a /bin/sh. So we needto use $SHELL. Keep /bin/sh as much as possible.
16 lines
136 B
Plaintext
16 lines
136 B
Plaintext
#! @BUILD_SHEBANG@
|
|
set -e
|
|
|
|
@builddir@/grub-script-check <<EOF
|
|
# comment 1
|
|
|
|
command1 arg1
|
|
|
|
command2 arg2
|
|
|
|
|
|
|
|
last command
|
|
# comment 2
|
|
EOF
|