#!/bin/bash # Cowsay a random line from ./quotes.txt cowsay $(shuf -n 1 ~/.config/cowsay/quotes.txt)