projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
178dde0
)
style(rg): add shebang, set bash strict mode, create function
author
jk
<jk@gmx.de>
Sun, 21 Nov 2021 09:16:36 +0000
(10:16 +0100)
committer
AJ ONeal
<aj@therootcompany.com>
Sun, 21 Nov 2021 09:53:33 +0000
(09:53 +0000)
rg/install.sh
patch
|
blob
|
history
diff --git
a/rg/install.sh
b/rg/install.sh
index f97939963de3c7fc1a84c5e0fd9202344e5673a8..2e7489d4bfab8b17ccf6f78012500bb99123dce0 100644
(file)
--- a/
rg/install.sh
+++ b/
rg/install.sh
@@
-1,6
+1,9
@@
-{
- set -e
- set -u
+#!/bin/bash
+set -e
+set -u
+
+function __install_rg() {
+
###################
# Install ripgrep #