04-01-2026

This commit is contained in:
2026-01-04 22:29:08 +04:00
parent 9572c0d939
commit 6b1f963f4f
34 changed files with 1201 additions and 550 deletions

3
.scripts/active_network_name Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
ip route show default 2>/dev/null | awk '/default/ {print $5; exit}'