Files
dotfiles/cowsay/random.sh
2025-06-03 14:16:01 +03:00

5 lines
102 B
Bash
Executable File

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