mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
5 lines
124 B
Bash
Executable File
5 lines
124 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Source: https://github.com/thirtythreeforty/dotfiles/blob/master/bin/extip
|
|
|
|
curl icanhazip.com "${@}"
|