bunkdeck/heed

17 lines
625 B
Text
Raw Normal View History

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