bunkdeck/heed
maren 06725dfcd5 fix path typo
also modify info prompt
2024-04-13 15:21:16 -04:00

17 lines
703 B
Bash
Executable file

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