Skip to content

Commit a1fd003

Browse files
committed
add README
1 parent 7c3fcdf commit a1fd003

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## How to use
2+
3+
### show thread
4+
5+
```sh
6+
./gchan.sh show "thread name"
7+
```
8+
9+
### create thread
10+
11+
```sh
12+
./gchan.sh create "thread name"
13+
```
14+
15+
### post message to thread
16+
17+
```sh
18+
./gchan.sh post "thread name" "message"
19+
```
20+
21+
### response thread
22+
23+
```sh
24+
./gchan.sh response "message"
25+
```

main.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ silloi<><>Mon Dec 12 18:33:44 2022 +0900<>1<>
22
silloi<><>Mon Dec 12 18:33:47 2022 +0900<>2<>
33
silloi<><>Mon Dec 12 22:36:35 2022 +0900<>fix for update_last_dat<>
44
silloi<><>Tue Dec 13 15:09:58 2022 +0900<>update logic<>
5+
silloi<><>Thu Dec 15 20:55:44 2022 +0900<>fix reference error<>

0 commit comments

Comments
 (0)