4 lines
46 B
Bash
4 lines
46 B
Bash
#!/usr/bin/bash
|
|
|
|
printf "$(curl ifconfig.co)"
|
#!/usr/bin/bash
|
|
|
|
printf "$(curl ifconfig.co)"
|