First Commit

This commit is contained in:
2018-06-21 22:49:50 -05:00
commit af15154277
134 changed files with 23594 additions and 0 deletions

7
Laptop/ip Executable file
View File

@ -0,0 +1,7 @@
echo Public IP
curl -s icanhazip.com
echo
echo Local IP
/sbin/ifconfig enp5s0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}'