chore(style): add shebang, set bash strict mode, create function
[webi-installers/.git] / bat / install.sh
index 004dea2c088190d668a5cb5895c885bb76ff6969..142efda05218672e5771efa026b8006523013051 100644 (file)
@@ -1,8 +1,8 @@
 #!/bin/bash
+set -e
+set -u
 
 function __init_bat() {
-    set -e
-    set -u
 
     ###############
     # Install bat #