Compare commits
No commits in common. "fd05f6cd24c3c1533ecdb09c7e80a29688e154b9" and "83a98e1bd8f104dd5cb19dadb58745170abb5bff" have entirely different histories.
fd05f6cd24
...
83a98e1bd8
5 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,10 @@
|
|||
|
||||
# make username uppercase
|
||||
username=$(echo "$USER" | tr '[:lower:]' '[:upper:]')
|
||||
declare prompt
|
||||
time=placeholder
|
||||
date=placeholder
|
||||
prompt=placeholder
|
||||
|
||||
|
||||
makeSlug () {
|
||||
# make time and date
|
|
@ -9,7 +9,3 @@ 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