5 lines
		
	
	
		
			93 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			93 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh
 | 
						|
PWD=`dirname $0`
 | 
						|
export PYTHON="$PWD/python"
 | 
						|
exec "$PYTHON" "$PWD/rungramps.py" $@
 |