mirror of
https://github.com/StepanovPlaton/dotfiles.git
synced 2026-04-03 20:30:46 +04:00
04-01-2026
This commit is contained in:
3
.scripts/active_network_name
Executable file
3
.scripts/active_network_name
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
ip route show default 2>/dev/null | awk '/default/ {print $5; exit}'
|
||||
Reference in New Issue
Block a user