5 lines
66 B
Plaintext
Raw Normal View History

2024-04-16 21:46:53 +02:00
#!/bin/bash
quote="`fortune -n 90 -s | head -n 1`"
echo "$quote"