grub/tests/grub_script_escape_comma.in

19 lines
132 B
Plaintext

#! @builddir@/grub-shell-tester
x=1\\,1
echo $x
y='$'
echo $y
z='\'
echo $z
t='\*'
echo $t
u='$'
echo $u
v='\?'
echo $v
echo \\