mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 03:16:55 -08:00
5 lines
89 B
Bash
Executable file
5 lines
89 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source venv/bin/activate
|
|
export FLASK_APP=pyfedi.py
|
|
flask daily-maintenance
|