]> git.proxmox.com Git - grub2.git/blame - tests/grub_script_blanklines.in
Release 2.06-13+deb12u1
[grub2.git] / tests / grub_script_blanklines.in
CommitLineData
a827807a 1#! @BUILD_SHEBANG@
5626056f 2set -e
8507a6cc
BC
3
4@builddir@/grub-script-check <<EOF
5# comment 1
6
7command1 arg1
8
9command2 arg2
10
11
12
13last command
14# comment 2
15EOF