1 2 3 4
post_install() { echo -e "\nTo use bats-assert library add this line\nto your bats test or common_setup function" echo -e '\nload "/usr/lib/bash-bats-assert-git/load.bash" \n' }