mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-01 07:47:23 +00:00
* fix(test): ensure bats file list uses xargs * docs(readme): use yarn for testing instructions * fix(test): ensure pipelines fail properly * docs(alias): fix table header --------- Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
20 lines
235 B
Markdown
20 lines
235 B
Markdown
# x-ip
|
|
|
|
Fetch your public IP address using `curl`.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
x-ip [curl-options]
|
|
```
|
|
|
|
Any arguments are passed directly to `curl`.
|
|
|
|
### Example
|
|
|
|
```bash
|
|
x-ip -4
|
|
```
|
|
|
|
<!-- vim: set ft=markdown spell spelllang=en_us cc=80 : -->
|