The Wayback Machine - https://web.archive.org/web/20190529211138/https://github.com/ncw/rclone/blob/master/rclone.go
Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
15 lines (12 sloc) 320 Bytes
// Sync files and directories to and from local and remote object stores
//
// Nick Craig-Wood <nick@craig-wood.com>
package main
import (
_ "github.com/ncw/rclone/backend/all" // import all backends
"github.com/ncw/rclone/cmd"
_ "github.com/ncw/rclone/cmd/all" // import all commands
)
func main() {
cmd.Main()
}
You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.