_example: use function

This commit is contained in:
AJ ONeal
2021-01-27 17:14:56 -07:00
parent 30e793adc2
commit 23070c23f6

View File

@@ -1,6 +1,6 @@
#!/bin/bash
{
function __init_foobar() {
set -e
set -u
@@ -37,3 +37,5 @@
}
}
__init_foobar