1
0
forked from x/icebergs
2023-05-03 23:23:49 +08:00

8 lines
158 B
Go

package macos
import ice "shylinux.com/x/icebergs"
const MENU = "menu"
func init() { Index.MergeCommands(ice.Commands{MENU: {Actions: CmdHashAction()}}) }