diff options
author | ahriman <ahriman@falte.red> | 2019-09-08 20:33:52 -0400 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-09-08 20:33:52 -0400 |
commit | 1230bbc135261293429483d68fee27a57ff4417b (patch) | |
tree | 60d36b749da727dab210a3a7d4135536377c6089 /bin | |
parent | 330b9fe40162b589a4cd8d9b585def720dcbcbfb (diff) | |
download | admin-1230bbc135261293429483d68fee27a57ff4417b.tar.gz |
added a quote to motd
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/motdrotate.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/motdrotate.py b/bin/motdrotate.py index 0a63662..01d7a77 100755 --- a/bin/motdrotate.py +++ b/bin/motdrotate.py @@ -18,6 +18,7 @@ def pullfile(filename): def rotatemotd(motd): motdmsgs = ['Abandon hope all ye who enter here', + 'We are such stuff as dreams are made on, and our little life is rounded with a sleep. - Prospero, The Tempest', 'To err is human. To really foul up you need a computer.', '"In matters of life and death there is no cheating; there is only living and dying"', '"New technology is not good or evil in and of itself. It\'s all about how people choose to use it."', |