4 lines
50 B
Bash
Executable File
4 lines
50 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo $(curl -s https://ipinfo.io/ip)
|