_example: use function

This commit is contained in:
AJ ONeal
2021-01-27 17:28:07 -07:00
parent 30e793adc2
commit 23070c23f6
+3 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
{
function __init_foobar() {
set -e
set -u
@@ -37,3 +37,5 @@
}
}
__init_foobar