mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 18:00:18 +00:00
10 lines
309 B
Bash
10 lines
309 B
Bash
# title: Ripgrep (alias)
|
|
# homepage: https://webinstall.dev/rg
|
|
# tagline: `ripgrep` (project) is an alias for `rg` (command)
|
|
# alias: rg
|
|
# description: |
|
|
# See https://webinstall.dev/rg
|
|
|
|
echo "'ripgrep' (project) is an alias for 'rg' (command)"
|
|
curl -fsSL https://webinstall.dev/rg@${WEBI_VERSION:-} | bash
|