mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-11-03 23:50:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			124 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			124 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#! /bin/sh -e
 | 
						|
 | 
						|
@builddir@/grub-script-check <<EOF
 | 
						|
# comment 1
 | 
						|
 | 
						|
command1 arg1
 | 
						|
 | 
						|
command2 arg2
 | 
						|
 | 
						|
 | 
						|
 | 
						|
last command
 | 
						|
# comment 2
 | 
						|
EOF
 |