summarylogtreecommitdiffstats
path: root/bash-bats-detik.install
blob: 426a737d2c15de14d42ad7542a912af79026d757 (plain)
1
2
3
4
post_install() {
    echo -e "\nTo use bat-detik library add these lines\nto your bats test or common_setup function"    
    echo -e '\nload "/lib/bats-detik/utils.bash" \nload "/lib/bats-detik/detik.bash"\n'
}