I am trying to set up a script that randomly selects from a list of phrases such as "I'm meltiiing..." or "All good things must come to an end" every time I shut down.
So far, I have this, roughly (going from memory):
Quote:
ECHO All good things must come to an end
shutdown -h
|
What I want to do is to have it retrieve something from another file to echo before it shuts down.
I appreciate any help,
cjay