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 010fe26 commit 450b95c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ a utility to quickly get public ipv4 from [AmazonAWS Checkip](https://checkip.am
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 wanted to remove many batch files from my projects because quite honestly batch files are fucking ugly.
>```batch
>@echo off
>curl https://checkip.amazonaws.com/ > "%appdata%\ip.dat"
>type "%appdata%\ip.dat"
>```
I also wanted to remove many batch files from my projects because quite honestly batch files are fucking ugly.

0 comments on commit 450b95c

Please sign in to comment.