Files
pride-pfp-maker/start_server.sh
T
2024-06-04 09:30:22 +02:00

8 lines
130 B
Bash

#!/bin/bash
# Change to the directory where the script is located
cd "$(dirname "$0")"
# Start the Flask server
python3 main.py