mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-17 19:38:17 +00:00
11 lines
196 B
Bash
11 lines
196 B
Bash
#! /bin/sh -e
|
|
|
|
@builddir@/grub-script-check <<EOF
|
|
echo one;
|
|
echo one; echo two
|
|
echo one; echo two;
|
|
echo one ; echo two ;
|
|
echo one ; echo two ; echo three
|
|
echo one; echo two ; echo three;
|
|
EOF
|