Files
mailinabox/tools/editconf.py
T
2020-04-17 19:36:04 +01:00

8 lines
145 B
Python
Executable File

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