8 lines
		
	
	
		
			111 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			111 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/python
 | 
						|
 | 
						|
import sys
 | 
						|
 | 
						|
from sugar.activity import ActivityFactory
 | 
						|
 | 
						|
ActivityFactory.create(sys.argv[1])
 |