Add getq.sh

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-07-06 18:10:40 +03:00
parent 284c2bcfef
commit 51cabc8e2e
Signed by: gkaklas
GPG key ID: C0CAB8A6BDC9399D
2 changed files with 6 additions and 0 deletions

View file

@ -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 .