mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-06 00:36:35 +00:00
_example: use function
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
{
|
||||
function __init_foobar() {
|
||||
set -e
|
||||
set -u
|
||||
|
||||
@@ -37,3 +37,5 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
__init_foobar
|
||||
|
||||
Reference in New Issue
Block a user