8 lines
129 B
Bash
Executable File
8 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
|
|
IP=$(curl -s checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//')
|
|
|
|
echo "$IP"
|
|
echo "$IP"
|
|
echo ""
|