mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
opt some
This commit is contained in:
parent
9b5fb91239
commit
12d4052e0b
@ -17,4 +17,3 @@ fi
|
|||||||
ps aux |grep tmux &>/dev/null && return
|
ps aux |grep tmux &>/dev/null && return
|
||||||
ps aux |grep ice.bin &>/dev/null && return
|
ps aux |grep ice.bin &>/dev/null && return
|
||||||
cd $CTX_ROOT && source etc/miss.sh
|
cd $CTX_ROOT && source etc/miss.sh
|
||||||
[ -f ~/.bash_local ] && source ~/.bash_local
|
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
config share meta.domain https://shylinux.com
|
config share meta.domain https://shylinux.com
|
||||||
|
|
||||||
~web.code.input
|
~web.code.input
|
||||||
|
# wubi import usr/wubi-dict/wubi86
|
||||||
wubi import usr/wubi-dict/person
|
wubi import usr/wubi-dict/person
|
||||||
|
|
||||||
~web.code
|
~web.code
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
_ "github.com/shylinux/contexts/src/hi"
|
||||||
|
|
||||||
ice "github.com/shylinux/icebergs"
|
ice "github.com/shylinux/icebergs"
|
||||||
_ "github.com/shylinux/icebergs/base"
|
_ "github.com/shylinux/icebergs/base"
|
||||||
_ "github.com/shylinux/icebergs/core"
|
_ "github.com/shylinux/icebergs/core"
|
||||||
@ -35,4 +37,4 @@ import (
|
|||||||
_ "github.com/shylinux/mysql-story/src/server"
|
_ "github.com/shylinux/mysql-story/src/server"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() { print(ice.Run()) }
|
func main() { print(ice.Run()) }
|
@ -30,3 +30,5 @@ field "火山架" web.code.git.spide args `volcanos`
|
|||||||
|
|
||||||
field "冰山架" web.code.git.trend args `icebergs`
|
field "冰山架" web.code.git.trend args `icebergs`
|
||||||
field "冰山架" web.code.git.spide args `icebergs`
|
field "冰山架" web.code.git.spide args `icebergs`
|
||||||
|
|
||||||
|
source hi/hi.shy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user