From 7671160b37759fbb64c8700335ae139e3a79b0e8 Mon Sep 17 00:00:00 2001 From: George Kaklamanos Date: Sun, 6 Jul 2025 17:39:32 +0300 Subject: [PATCH] Add `README.md` Signed-off-by: George Kaklamanos --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..037f797 --- /dev/null +++ b/README.md @@ -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 +```