mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 07:12:43 +00:00 
			
		
		
		
	 10298f1e9a
			
		
	
	
		10298f1e9a
		
	
	
	
	
		
			
			This script was already used by both Ladybird and the Kernel, so move it into Meta/gn/build instead.
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			94 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			94 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| #!/usr/bin/env python3
 | |
| 
 | |
| import subprocess
 | |
| import sys
 | |
| 
 | |
| sys.exit(subprocess.call(sys.argv[1:]))
 |