mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2025-01-20 04:14:00 -05:00
6 lines
69 B
Bash
Executable File
6 lines
69 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# $1=geo for verbose look up
|
|
|
|
curl "https://ipinfo.io/$1"
|