mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-01-01 23:35:29 +00:00
removing doge image generation from default base split rest-api into separate modules (base and extensions)
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 |