summarylogtreecommitdiffstats
path: root/bash-bats-assert-git.install
blob: b83422f7bf7f9883101dc8845363cde7dbc85d6d (plain)
1
2
3
4
post_install() {
    echo -e "\nTo use bat-file library add this line\nto your bats test or common_setup function"    
    echo -e '\nload "/lib/bats-file/load.bash" \n'
}