3 lines
36 B
Plaintext
3 lines
36 B
Plaintext
|
#!/bin/sh
|
||
|
curl -s ipinfo.io | jq -r
|