Add fetch-channel command
This commit is contained in:
parent
970c1ee2c2
commit
244a7073fe
9 changed files with 183 additions and 54 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
.PHONY: run
|
||||
|
||||
build:
|
||||
@cargo build
|
||||
|
||||
run: build
|
||||
@PATH=$(PWD)/target/debug:$(PATH) ./ts-control
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue