Add getq.sh
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
284c2bcfef
commit
51cabc8e2e
2 changed files with 6 additions and 0 deletions
|
@ -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
2
getq.sh
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
curl -sL https://gkak.la/qdist | tar xfz - 'q' -C .
|
Loading…
Add table
Add a link
Reference in a new issue