Moved everything to one folder

This commit is contained in:
2026-02-26 17:34:00 +01:00
parent 147dd9a3ed
commit 7a30a31a38
13 changed files with 36 additions and 63 deletions

8
cont/contLogs.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
while true; do
docker container logs snmpython-dev -f
# Added to have time to ctrl+C
sleep 0.5
done