mirror of
				https://github.com/pragma-/pbot.git
				synced 2025-10-31 06:37:35 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			92 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			92 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| CC_LOCAL=1
 | |
| export CC_LOCAL
 | |
| ulimit -c 50000
 | |
| ./compiler_vm_client.pl compiler "$@"
 | 
