Add README.md

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-07-06 17:39:32 +03:00
parent c71704a084
commit 7671160b37
Signed by: gkaklas
GPG key ID: C0CAB8A6BDC9399D

14
README.md Normal file
View file

@ -0,0 +1,14 @@
# curl-sh
You shouldn't trust and run random snippets from the Internet! (at least without looking at their code first)
These snippets save a static binary of the utility in your current directory.
To get [`dua`](https://gkak.la/dua):
```sh
curl -sL gkak.la/getdua | sh
```
To get [`nnn`](https://gkak.la/nnn):
```sh
curl -sL gkak.la/getnnn | sh
```