1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-09-15 11:20:54 +00:00
mailinabox/tools/editconf.py
2020-04-17 18:54:13 +01:00

7 lines
130 B
Python

#!/usr/bin/python3
from os import system, argv
# Pass control to the actual script
system(f"management/editconf.py {argv[1:]}")