mirror of
https://git.nolog.cz/NoLog.cz/nginx-configurator.git
synced 2025-01-31 03:43:35 +01:00
3 lines
66 B
Python
Executable file
3 lines
66 B
Python
Executable file
#!/bin/env python3
|
|
from nginx_configurator import main
|
|
main.cli()
|