It's a very simple script that uses an external server to identify the IP address and prints it to that status bar.
#!/bin/bash IP=$(wget http://ipinfo.io/ip -qO -) echo $IP
I will be keeping a complete collection of my scripts on my github.
Please feel free to comment or to ask questions!
No comments :
Post a Comment