projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e793a
)
_example: use function
author
AJ ONeal
<coolaj86@gmail.com>
Thu, 28 Jan 2021 00:14:56 +0000
(17:14 -0700)
committer
AJ ONeal
<coolaj86@gmail.com>
Thu, 28 Jan 2021 00:28:07 +0000
(17:28 -0700)
_example/install.sh
patch
|
blob
|
history
diff --git
a/_example/install.sh
b/_example/install.sh
index 6ae2b2ec7ac1b1bda5d424af6ef35bf74abf0943..280997cd7af9a93c1e61a8f4ff4a1fb7c63d79df 100644
(file)
--- a/
_example/install.sh
+++ b/
_example/install.sh
@@
-1,6
+1,6
@@
#!/bin/bash
-{
+
function __init_foobar()
{
set -e
set -u
@@
-37,3
+37,5
@@
}
}
+
+__init_foobar