mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 12:49:42 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			158 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			158 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
CommandLine=$@
 | 
						|
#set -x
 | 
						|
 | 
						|
echo $CommandLine
 | 
						|
$CommandLine
 | 
						|
echo "--------------------------------------------------"
 | 
						|
echo "Press enter"
 | 
						|
read
 | 
						|
 | 
						|
# end.
 |