Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 384 Bytes

File metadata and controls

19 lines (10 loc) · 384 Bytes

VPlanClient

VPlanClient watches a folder and uploads every new/edited file to a webserver

Installing

(Assuming you already have a working go directory) go get github.com/mpggu/vplanclient

Building

go build VPlanClient.go

Usage

./VPlanClient -url="http://foo.bar" -folder="~/vplan" -auth="XXX_secret"

(Pardon the horrible code, this is my first go "project")