DannyBen/bashly

View on GitHub
examples/custom-includes/src/root_command.sh

Summary

Maintainability
Test Coverage
# Call our custom library function
echo "Before custom code"
sample_function
echo "After custom code"