mirror of
https://github.com/Sheldan/gw2-tools.git
synced 2026-01-01 23:07:45 +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 |