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