2 lines
111 B
Bash
2 lines
111 B
Bash
#!/bin/sh
|
|
curl -sL https://gkak.la/rgdist | tar xfz - --wildcards --no-anchored 'rg' --strip-components 1 -C .
|