1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-10-05 08:04:41 +02:00
dotfiles/bash/scriptlets/fortune
Eric Teunis de Boone 37123ca4cd Possiblity of having special setups for hostnames
For .Bashrc aswell as generic .Profile
2016-09-26 15:40:04 +02:00

3 lines
53 B
Text

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