fixed fortune

moveTools
Adam Veldhousen 2015-06-24 12:12:32 -05:00
parent cd99620062
commit 4a5f0ee5ed
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ function printmotd(){
cat ~/motd
fi
echo ""
$FORTUNE
fortune
echo ""
}