Atualizar src/renatoxsr-py/scripts/composectl.py

This commit is contained in:
2026-09-17 10:25:21 -03:00
parent f4e314b08d
commit 5151725030
+11 -1
View File
@@ -1,5 +1,15 @@
#!/usr/bin/env python3
# vim: set: ft=python ts=4 sw=4 et :
# vim: set ft=python ts=4 sw=4 et: fileencoding=utf-8
# SPDX-FileCopyrightText: 2025-present RenatoXSR <renatoxsr@gmail.com>
# SPDX-License-Identifier: BSD-3-Clause-Clear
"""`composectl` script
$ composectl
--all | --subdir <absolute/or/relative/to/path>
--compose-file <relative-to-path-or-to-path-and-subdir.yml>
--path /srv/containers
<compose cmd>
"""
# python3 << '#EOF'
try: