summaryrefslogtreecommitdiffstats
path: root/tests/grub_script_blanklines.in
blob: bd8735491be3b947c72fffbf5767d7ab6bcf91ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! @BUILD_SHEBANG@
set -e

@builddir@/grub-script-check <<EOF
# comment 1

command1 arg1

command2 arg2



last command
# comment 2
EOF