mirror of
git://git.git.savannah.gnu.org/grub.git
synced 2026-08-19 06:56:15 +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}
|
|
|
|
|