mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-28 18:15:21 +00:00
11 lines
86 B
Plaintext
11 lines
86 B
Plaintext
#! @builddir@/grub-shell-tester
|
|
|
|
foo=one
|
|
echo $foo
|
|
|
|
unset foo
|
|
echo $foo
|
|
echo ${foo}
|
|
|
|
|