mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
6 lines
95 B
Bash
Executable File
6 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./run_vnc.sh
|
|
|
|
# Activate virtual environment
|
|
. .venv/bin/activate && python3 main.py |