5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
quote="`fortune -n 90 -s | head -n 1`"
|
||
|
echo "$quote"
|