Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
A5M1 authored Feb 5, 2024
1 parent f11e7a9 commit 67d91a0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# IPC

a utility to quickly get public ipv4 from [AmazonAWS Checkip](https://checkip.amazonaws.com)

## Project background:
I needed a utility that doesnt rely on `curl.exe` from `C:\Windows\System32`.

>This is a batch script that I was using that did the same thing.
```batch
@echo off
curl https://checkip.amazonaws.com/ > "%appdata%\ip.dat"
type "%appdata%\ip.dat"
```
I want to remove batch from my projects because honestly batch files are fucking ugly.

0 comments on commit 67d91a0

Please sign in to comment.