9 lines
		
	
	
		
			142 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			142 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/usr/bin/env bash
 | |
| 
 | |
| export DISPLAY=:1337
 | |
| 
 | |
| cd /breach/Into*
 | |
| xvfb-run -n 1337  -s "-screen 0 1280x720x24" ./Breach &
 | |
| 
 | |
| /interface/flaskstuff.py
 |