Rename folder

This commit is contained in:
Marco Thomas
2020-09-09 22:56:56 +02:00
parent 35e7a89ade
commit 84372f4c4a
328 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
PUBLIC_IP=`wget http://ipecho.net/plain -O - -q ; echo`
WLO1=`hostname -I | awk '{print $1}'`
SSID=`iwgetid -r`
echo "$PUBLIC_IP - $WLO1 - $SSID"