diff --git a/etc/init.shy b/etc/init.shy index 658c9e1a..4d8cc89c 100644 --- a/etc/init.shy +++ b/etc/init.shy @@ -1,8 +1,8 @@ ~aaa - role white void web.wiki.word - role white void web.code.inner role white void web.code.git.total role white void web.code.git.trend + role white void web.code.inner + role white void web.wiki.word role white void usr/linux-story role white void usr/learning @@ -17,22 +17,16 @@ config share meta.host shylinux.com config share meta.domain https://shylinux.com -~web.chat - config header title github.com/shylinux/contexts - config footer legal.0 `shylinux@163.com` - config footer legal.1 "京ICP备15046864号-1" - -~web.code.tmux - init - ~web.code.git init ~web.code.input wubi import usr/wubi-dict/person -~web.wiki.alpha - # load +~web.chat + config header title github.com/shylinux/contexts + config footer legal.0 `shylinux@163.com` + config footer legal.1 "京ICP备15046864号-1" ~ssh service listen diff --git a/src/main.go b/src/main.go index 281a61f2..bf95e7e6 100644 --- a/src/main.go +++ b/src/main.go @@ -37,4 +37,4 @@ import ( _ "github.com/shylinux/mysql-story/src/server" ) -func main() { ice.Run() } +func main() { print(ice.Run()) }