Add initial setup scripts and configuration files for development environment

This commit is contained in:
2025-03-03 00:24:07 +01:00
parent 92d53d9c1c
commit f33b76ac38
15 changed files with 1365 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
# Obtener el ID del contenedor actual
cat /proc/self/cgroup | grep ":cpu:" | sed 's/.*\///' | head -n 1 | cut -c1-12