mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
style(rg): add shebang, set bash strict mode, create function
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{
|
||||
set -e
|
||||
set -u
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -u
|
||||
|
||||
function __install_rg() {
|
||||
|
||||
|
||||
###################
|
||||
# Install ripgrep #
|
||||
|
||||
Reference in New Issue
Block a user