Files
2026-01-23 08:55:18 +01:00

7 lines
70 B
Bash
Executable File

#!/bin/bash
ipinfo ()
{
curl https://ipinfo.io/$1
}
ipinfo "$@"