This website works better with JavaScript.
Explore
Help
Register
Sign In
Kerem
/
Linux
Watch
1
Star
1
Fork
You've already forked Linux
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
8cbe5d026a
Linux
/
dotfiles
/
xmobar
/
ip_arch.sh
7 lines
79 B
Raw
Blame
History
#!/bin/bash
ip
=
$(
ip -json route get 8.8.8.8
|
jq -r
'.[].prefsrc'
)
echo
$ip
Reference in new issue
View Git Blame
Copy Permalink