Compare commits
2 commits
284c2bcfef
...
f81fd82777
Author | SHA1 | Date | |
---|---|---|---|
f81fd82777 | |||
51cabc8e2e |
2 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
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):
|
||||
```sh
|
||||
|
@ -20,3 +20,7 @@ To get [`rg`](https://gkak.la/rg):
|
|||
```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