take heed, and proclaim that which you hath scried
Co-authored-by: oxaliq <git@oxaliq.net>
This commit is contained in:
commit
b61befa4ab
7 changed files with 262 additions and 0 deletions
16
heed
Executable file
16
heed
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue