mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-16 14:28:32 +00:00
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
#! @builddir@/grub-shell-tester
|
|
|
|
eval echo "Hello world"
|
|
valname=tst
|
|
eval $valname=hi
|
|
echo $tst |