grub_script_blanklines.in 136 B

12345678910111213141516
  1. #! @BUILD_SHEBANG@
  2. set -e
  3. @builddir@/grub-script-check <<EOF
  4. # comment 1
  5. command1 arg1
  6. command2 arg2
  7. last command
  8. # comment 2
  9. EOF