client rec working

This commit is contained in:
Sibesh Kar 2019-07-06 05:14:27 +05:30
parent 71055045e4
commit 2d135782b0
3 changed files with 8 additions and 0 deletions

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
vnc_rec:
go build -o ./bin/vnc_recorder ./vnc_rec/cmd/
run_rec:
./bin/vnc_recorder -recDir=./bin/recordings/ -targHost=localhost -targPort=5901 -targPass=boxware -tcpPort=5902 -vncPass=boxware
clear:
rm -rf bin/recordings/*