fuss with prompts
This commit is contained in:
parent
b13b57f15b
commit
08646a05d4
2 changed files with 5 additions and 5 deletions
7
heed
7
heed
|
@ -7,11 +7,10 @@ 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 "You may post in chat with 'proclaim'!"
|
||||
echo "You may view old chat with 'scry'!"
|
||||
echo "----------------------------------"
|
||||
echo
|
||||
|
||||
tail -f $chatlog
|
||||
|
|
1
proclaim
1
proclaim
|
@ -23,6 +23,7 @@ do
|
|||
echo "┏━┓┏━┓┏━┓┏━╸╻ ┏━┓╻┏┳┓ ┏┓ ╻ ╻┏┓╻╻┏ ┏━╸╻ ╻┏━┓╺┳╸"
|
||||
echo "┣━┛┣┳┛┃ ┃┃ ┃ ┣━┫┃┃┃┃ ╺━╸ ┣┻┓┃ ┃┃┗┫┣┻┓┃ ┣━┫┣━┫ ┃ "
|
||||
echo "╹ ╹┗╸┗━┛┗━╸┗━╸╹ ╹╹╹ ╹ ┗━┛┗━┛╹ ╹╹ ╹┗━╸╹ ╹╹ ╹ ╹ "
|
||||
echo "You may view current chat with 'heed'!"
|
||||
echo "You may view old chat with 'scry'!"
|
||||
echo "----------------------------------"
|
||||
printf "speak to the server: "
|
||||
|
|
Loading…
Reference in a new issue