mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
5 lines
91 B
Bash
Executable file
5 lines
91 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source venv/bin/activate
|
|
export FLASK_APP=pyfedi.py
|
|
flask remove_orphan_files
|