This website requires JavaScript.
Explore
Help
Sign In
wzykubek
/
.dotfiles
Watch
1
Star
0
Fork
0
You've already forked .dotfiles
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
.dotfiles
/
.local
/
bin
/
scripts
/
wifi-ip
6 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Configure dwm bar
2020-05-09 21:26:23 +02:00
#!/bin/sh
Add 'shelp' script Also add simple description comment to all script.
2020-05-15 20:56:33 +02:00
# Local IP.
Add scripts
2020-05-08 20:35:40 +02:00
ip a show wlp8s0 | grep -Eo '(inet)?*([0-9]*\.){3}[0-9]*' | grep -v '**\.255'
Copy Permalink