Files
Florent Daigniere 447158a095 Maybe fix olefy
(cherry picked from commit 9e1bf76a0c)
2023-10-08 13:42:19 +00: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())