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

This commit is contained in:
jk
2021-11-21 10:16:36 +01:00
committed by AJ ONeal
parent 178dde0699
commit ae83a11790

View File

@@ -1,6 +1,9 @@
{
set -e
set -u
#!/bin/bash
set -e
set -u
function __install_rg() {
###################
# Install ripgrep #