repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
grub2: bring back build of aros-side grub2 tools
[AROS.git]
/
arch
/
all-pc
/
boot
/
grub2-aros
/
tests
/
grub_script_escape_comma.in
blob
eff317920e89b28bed9b08efa506a6b4318478a8
1
#! @builddir@/grub-shell-tester
2
3
x=1\\,1
4
echo $x
5
y='$'
6
echo $y
7
z='\'
8
echo $z
9
t='\*'
10
echo $t
11
u='$'
12
echo $u
13
v='\?'
14
echo $v
15
16
17
echo \\
18