#!/bin/bash

quote="`fortune -n 90 -s | head -n 1`"
echo "$quote"
