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