chore(style): add shebang, set bash strict mode, create function
[webi-installers/.git] / hexyl / install.sh
index 74e24364a522ac8bf9c86ba1570ded9a478dc5a8..c3037b8d5aad447fa2512b4be526966186925add 100644 (file)
@@ -1,8 +1,8 @@
 #!/bin/bash
+set -e
+set -u
 
 function __init_hexyl() {
-    set -e
-    set -u
 
     ###############
     # Install hexyl #