8 lines
		
	
	
		
			135 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			135 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
	
	
	
| #!/usr/bin/python2 -O
 | |
| # vim: fileencoding=utf-8
 | |
| 
 | |
| import sys
 | |
| import qubes.tools.qvm_create
 | |
| 
 | |
| sys.exit(not qubes.tools.qvm_create.main())
 | 
