Compare commits

...

2 commits

Author SHA1 Message Date
f81fd82777
readme: Note that not all programs offer static binaries
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
2025-07-06 18:11:08 +03:00
51cabc8e2e
Add getq.sh
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
2025-07-06 18:10:40 +03:00
2 changed files with 7 additions and 1 deletions

View file

@ -2,7 +2,7 @@
You shouldn't trust and run random snippets from the Internet! (at least without looking at their code first) 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. These snippets save a (static, if available) binary of the utility in your current directory.
To get [`dua`](https://gkak.la/dua): To get [`dua`](https://gkak.la/dua):
```sh ```sh
@ -20,3 +20,7 @@ To get [`rg`](https://gkak.la/rg):
```sh ```sh
curl -sL gkak.la/getrg | sh curl -sL gkak.la/getrg | sh
``` ```
To get [`q`](https://gkak.la/q):
```sh
curl -sL gkak.la/getq | sh
```

2
getq.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/sh
curl -sL https://gkak.la/qdist | tar xfz - 'q' -C .