DannyBen/bashly

View on GitHub
lib/bashly/libraries/hooks/after.sh

Summary

Maintainability
Test Coverage
## after hook
##
## Any code here will be placed inside an `after_hook()` function and called
## after running any command.
##
## You can safely delete this file if you do not need it.
echo "==[ After Hook Called ]=="