You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-15 00:05:11 +02:00
9 lines
130 B
Python
Executable File
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())
|