forked from x/icebergs
8 lines
167 B
Go
8 lines
167 B
Go
package macos
|
|
|
|
import ice "shylinux.com/x/icebergs"
|
|
|
|
const DESKTOP = "desktop"
|
|
|
|
func init() { Index.MergeCommands(ice.Commands{DESKTOP: {Actions: CmdHashAction()}}) }
|