1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
ContextOS/src/macosx/settings.go
2023-04-28 22:35:04 +08:00

8 lines
171 B
Go

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