take heed, and proclaim that which you hath scried

Co-authored-by: oxaliq <git@oxaliq.net>
This commit is contained in:
maren 2024-04-13 20:42:14 -04:00
commit b61befa4ab
7 changed files with 262 additions and 0 deletions

16
heed Executable file
View file

@ -0,0 +1,16 @@
#!/bin/sh -e
chatlog=/var/log/bunkchat/chat.log
clear
echo "╻ ╻┏━╸┏━╸╺┳┓ ┏┓ ╻ ╻┏┓╻╻┏ ┏━╸╻ ╻┏━┓╺┳╸"
echo "┣━┫┣╸ ┣╸ ┃┃ ╺━╸ ┣┻┓┃ ┃┃┗┫┣┻┓┃ ┣━┫┣━┫ ┃ "
echo "╹ ╹┗━╸┗━╸╺┻┛ ┗━┛┗━┛╹ ╹╹ ╹┗━╸╹ ╹╹ ╹ ╹ "
echo "Take heed, $USER! This is a group chat with everyone on the server!"
echo "You may post in chat with 'proclaim'!"
echo "You may view old chat with 'scry'!"
echo "----------------------------------"
echo
tail -f $chatlog