style(rg): add shebang, set bash strict mode, create function

This commit is contained in:
jk
2021-11-21 09:53:33 +00:00
committed by AJ ONeal
parent 178dde0699
commit ae83a11790
+6 -3
View File
@@ -1,6 +1,9 @@
{
set -e
set -u
#!/bin/bash
set -e
set -u
function __install_rg() {
###################
# Install ripgrep #