ifconfig.sh
· 146 B · Bash
原始檔案
curl ifconfig.me
# можно и сразу в переменную
IP = $(curl ifconfig.me)
# опубликовано в https://t.me/gitgate
| 1 | curl ifconfig.me |
| 2 | |
| 3 | # можно и сразу в переменную |
| 4 | |
| 5 | IP = $(curl ifconfig.me) |
| 6 | |
| 7 | # опубликовано в https://t.me/gitgate |