index
:
dotfiles
master
The Aargh Files
Git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quickshell
/
scripts
/
network.sh
blob: f50707eaf7f8b5de5039d60b1b2eb0e1b97f3300 (
plain
)
1
2
connections
=
$(
nmcli
connection
show
--active
|
sed
-n
'2 p'
)
echo
"
$connections
"