mirror of
https://github.com/Sheldan/gw2-tools.git
synced 2026-06-30 16:10:11 +00:00
5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Starting python server..."
|
|
cd python
|
|
python3 -u main.py |