This website requires JavaScript.
Explore
Help
Sign In
Amazing-Mirror
/
FollieHiyuki-dotfiles
Watch
1
Star
0
Fork
0
You've already forked FollieHiyuki-dotfiles
mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced
2024-12-02 12:18:41 -05:00
Code
Issues
Projects
Releases
Wiki
Activity
82294c1e80
FollieHiyuki-dotfiles
/
home
/
.local
/
bin
/
ipinfo
6 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Split curl scripts
2021-03-13 10:34:45 -05:00
#!/bin/sh
# $1=geo for verbose look up
Add jq to ipinfo
2021-03-13 10:40:37 -05:00
curl -s "https://ipinfo.io/$1" | jq .
Reference in New Issue
Copy Permalink