Skip to content

Developer_Resources

Vinod Panicker edited this page Oct 12, 2016 · 1 revision

Best Practices for writing oah-scripts

  • Avoid export in function ( all export must happen in install.sh )

  • naming conventions of OAH internal function

    a) oahscripts functions will always begin with function __oah{function name}

How does the oah-shell do what it does

Clone this wiki locally