redarrow 0.18.0

Execute commands on remote servers.
Documentation
1
2
3
4
5
6
7
.PHONY: run_test_server

build:
	cargo build --verbose

run_test_server: build
	RUST_LOG=debug ./target/debug/redarrow-server -c ./misc/example.conf -p 4206