2 lines
42 B
Bash
2 lines
42 B
Bash
|
#!/bin/bash
|
||
|
PUBLIC_IP=$(curl ipinfo.io/ip)
|