mailinabox/tools/editconf.py

7 lines
130 B
Python
Raw Normal View History

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