1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00
Mailu/core/oletools/start.py
Florent Daigniere 9e1bf76a0c Maybe fix olefy
2023-10-07 10:03:23 +02:00

9 lines
130 B
Python
Executable File

#!/usr/bin/env python3
from socrate import system
system.set_env()
with open('/app/olefy.py') as olefy:
exec(olefy.read())