bunkdeck/heed

17 lines
625 B
Text
Raw Normal View History

2024-02-09 15:13:25 -05:00
#!/bin/sh -e
2024-04-13 15:21:16 -04:00
chatlog=/var/log/bunkchat/chat.log
2024-02-09 15:13:25 -05:00
clear
echo "╻ ╻┏━╸┏━╸╺┳┓ ┏┓ ╻ ╻┏┓╻╻┏ ┏━╸╻ ╻┏━┓╺┳╸"
echo "┣━┫┣╸ ┣╸ ┃┃ ╺━╸ ┣┻┓┃ ┃┃┗┫┣┻┓┃ ┣━┫┣━┫ ┃ "
echo "╹ ╹┗━╸┗━╸╺┻┛ ┗━┛┗━┛╹ ╹╹ ╹┗━╸╹ ╹╹ ╹ ╹ "
2024-04-13 19:36:15 -04:00
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 "----------------------------------"
2024-02-09 15:13:25 -05:00
echo
tail -f $chatlog