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