Hyprland-dotfiles/eww/scripts/quotes
Stephan Raabe 1b36fb7b1b Updates
2024-04-16 21:46:53 +02:00

5 lines
66 B
Bash
Executable File

#!/bin/bash
quote="`fortune -n 90 -s | head -n 1`"
echo "$quote"