package main

import "github.com/filebrowser/filebrowser/cli/cmd"

func main() {
	cmd.Execute()
}