dotfiles/bash/scriptlets/fortune

4 lines
53 B
Plaintext

if [[ $(command -v fortune) ]]; then
fortune -so
fi