/* Copyright © 2024 Dennis Schoepf dev@dnsc.io Licensed under GNU GPL v3 */ package main import "freed/cmd" func main() { cmd.Execute() }