mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-10-31 15:44:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			132 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			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 \\
 | |
| 
 | 
