mirror of
https://github.com/ApfelTeeSaft/pride-pfp-maker.git
synced 2026-08-26 19:33:37 +00:00
8 lines
130 B
Bash
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
|