This website requires JavaScript.
Explore
Help
Sign In
nortega
/
my-scripts
Watch
1
Star
0
Fork
0
You've already forked my-scripts
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9bb3049dd8
my-scripts
/
iplocate
6 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit.
2021-08-31 06:25:02 +00:00
#!/bin/bash
Add bash strict options.
2024-12-31 10:03:56 +00:00
set -euo pipefail
Add double-quotes to avoid string splitting.
2024-12-31 10:09:36 +00:00
curl "ipinfo.io/$1"
Reference in New Issue
Copy Permalink