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
|
# make username uppercase
|
||||||
username=$(echo "$USER" | tr '[:lower:]' '[:upper:]')
|
username=$(echo "$USER" | tr '[:lower:]' '[:upper:]')
|
||||||
time=placeholder
|
declare prompt
|
||||||
date=placeholder
|
|
||||||
prompt=placeholder
|
|
||||||
|
|
||||||
|
|
||||||
makeSlug () {
|
makeSlug () {
|
||||||
# make time and date
|
# make time and date
|
|
@ -9,3 +9,7 @@ bunkdeck is comprised of these lil things:
|
||||||
* `proclaim` - post in chat
|
* `proclaim` - post in chat
|
||||||
* `heed` - read the chat
|
* `heed` - read the chat
|
||||||
* `scry` - read the old 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