package main
import (
"github.com/gtsteffaniak/filebrowser/cmd"
)
func main() {
cmd.StartFilebrowser()
}