mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-05 08:16:38 +00:00
chore(style): convert blocks into functions (see #325)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
{
|
||||
function __init_hexyl() {
|
||||
set -e
|
||||
set -u
|
||||
|
||||
@@ -29,3 +29,5 @@
|
||||
chmod a+x "$pkg_src_cmd"
|
||||
}
|
||||
}
|
||||
|
||||
__init_hexyl
|
||||
|
||||
Reference in New Issue
Block a user