all repos

dotfiles @ e6bd4f6c12f7ce8002227beb010208edeb71e3ec

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'