bunkchat/heed
maren b61befa4ab take heed, and proclaim that which you hath scried
Co-authored-by: oxaliq <git@oxaliq.net>
2024-04-13 20:42:14 -04:00

16 lines
625 B
Bash
Executable file

#!/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