3 lines
66 B
Python
Executable file
3 lines
66 B
Python
Executable file
#!/bin/env python3
|
|
from nginx_configurator import main
|
|
main.cli()
|