all repos

dotfiles @ 4e2f196e266846b8f4271876fe1bcd2f0b8a71db

i use rach linux btw

dotfiles/bin/local-ip (view raw)

Smirnov Olexandr Smirnov Olexandr
ss2316544@gmail.com
Update berry, i3, neofetch config & add ip scripts, 5 years ago
1
#!/bin/sh
2
ifconfig | sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*).*/\2/p' | grep -v '172.[0-9][0-9].0.1'