Compare commits
3 commits
83a98e1bd8
...
fd05f6cd24
Author | SHA1 | Date | |
---|---|---|---|
fd05f6cd24 | |||
00bc656800 | |||
342d10fe42 |
5 changed files with 5 additions and 4 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue