mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-12-02 04:08:30 -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"
|