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
my-scripts
/
iplocate
6 lines
52 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit.
2021-08-31 08:25:02 +02:00
#!/bin/bash
Add bash strict options.
2024-12-31 11:03:56 +01:00
set -euo pipefail
Add double-quotes to avoid string splitting.
2024-12-31 11:09:36 +01:00
curl "ipinfo.io/$1"
Reference in New Issue
Copy Permalink