mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			132 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			132 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								#!/bin/sh
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								SCRIPT=$(readlink -f $0)
							 | 
						||
| 
								 | 
							
								DIR=$(dirname $SCRIPT)
							 | 
						||
| 
								 | 
							
								PHP_BIN=$(which php) 
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								$PHP_BIN -d safe_mode=Off -f $DIR/mage.php -- $@
							 | 
						||
| 
								 | 
							
								
							 |