Compare commits

..

3 commits

Author SHA1 Message Date
fd05f6cd24 update readme 2024-02-09 15:31:16 -05:00
00bc656800 rename commands the way they are on the server 2024-02-09 15:29:46 -05:00
342d10fe42 make proclaim slightly less confusing 2024-02-09 15:29:03 -05:00
5 changed files with 5 additions and 4 deletions

View file

View file

@ -2,10 +2,7 @@
# make username uppercase
username=$(echo "$USER" | tr '[:lower:]' '[:upper:]')
time=placeholder
date=placeholder
prompt=placeholder
declare prompt
makeSlug () {
# make time and date

View file

@ -9,3 +9,7 @@ bunkdeck is comprised of these lil things:
* `proclaim` - post in chat
* `heed` - read the chat
* `scry` - read the old chat
on the server, these are all installed in `/usr/local/bin` so everyone can run them
the file they all interact with, `/srv/bunkchat.txt` has permissions such that everyone can read and write to it

View file