This website requires JavaScript.
Explore
Help
Register
Sign In
The_miro
/
Dotfiles
Watch
1
Star
0
Fork
You've already forked Dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b6dd074ba9
Dotfiles
/
desktopenvs
/
hyprland
/
scripts
/
ip
4 lines
61 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
hostname -i
|
tr
' '
'\n'
|
head -n1
|
tail -n1
Reference in New Issue
View Git Blame
Copy Permalink