added ref to clinte manpage to motd, and added another quote to the rotation

This commit is contained in:
admins 2020-07-03 19:19:03 -04:00
parent 172ed399d8
commit 6802073f98
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,8 @@ def rotatemotd(motd):
'"Technology is, of course, a double-edged sword. Fire can cook our food but also burn us."',
'"If we lose love and self-respect for each other, this is how we finally die."',
'"We live in a society exquisitely dependent on science and technology, in which hardly anyone knows anything about science and technology."',
'"Any sufficiently advanced technology is indistinguishable from magic."']
'"Any sufficiently advanced technology is indistinguishable from magic."',
'"The biggest mistake I made was believing if I cast a beautiful net, I\'d catch only beautiful things."']
motdchoice = random.choice(motdmsgs)
try:
with open("/etc/motd", "w") as etcmotd:

View File

@ -6,7 +6,7 @@ https://wiki.tilde.institute
:: Common Commands ::
chat - Join us on IRC!
clinte - Linear notes board
clinte - Linear notes board (man clinte)
man 7 institute - The tilde.institute man page
motd - Repeat this message
rg - ripgrep. Fast, Recursive search for a regex pattern.