5 lines
172 B
Bash
Executable File
5 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
cd /minespace/old-webchat-server
|
|
/minespace/old-webchat-server/venv/bin/pip3 install -r requirements.txt
|
|
/minespace/old-webchat-server/venv/bin/python3 main.py
|