forked from x/ContextOS
opt code
This commit is contained in:
parent
bd43f59363
commit
5d3f408634
@ -1,3 +1,6 @@
|
|||||||
|
~cli
|
||||||
|
config forever meta.log.save true
|
||||||
|
|
||||||
~web.code
|
~web.code
|
||||||
webpack insert xterm
|
webpack insert xterm
|
||||||
webpack insert xterm-addon-fit
|
webpack insert xterm-addon-fit
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
vimer "http://localhost:9020/chat/cmd/web.code.vimer?debug=true"
|
vimer "http://localhost:9020/chat/cmd/web.code.vimer?debug=true"
|
||||||
|
# vimer "http://localhost:9020/chat/cmd/web.code.vimer"
|
||||||
# goods "http://localhost:9020/chat/cmd/web.mall.goods"
|
# goods "http://localhost:9020/chat/cmd/web.mall.goods"
|
||||||
# plan "http://localhost:9020/chat/cmd/web.team.plan"
|
# plan "http://localhost:9020/chat/cmd/web.team.plan"
|
||||||
# localhost http://localhost:9020
|
# localhost http://localhost:9020
|
||||||
|
5
src/h2/h2.c
Normal file
5
src/h2/h2.c
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main(int argc, char *argv[]) {
|
||||||
|
printf("hello world\n");
|
||||||
|
}
|
@ -44,7 +44,6 @@ import (
|
|||||||
_ "shylinux.com/x/golang-story/src/kubernetes"
|
_ "shylinux.com/x/golang-story/src/kubernetes"
|
||||||
_ "shylinux.com/x/golang-story/src/prometheus"
|
_ "shylinux.com/x/golang-story/src/prometheus"
|
||||||
|
|
||||||
_ "shylinux.com/x/contexts/src/h2"
|
|
||||||
_ "shylinux.com/x/contexts/src/hi"
|
_ "shylinux.com/x/contexts/src/hi"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -74,3 +74,4 @@ field "趋势图" web.code.git.trend args `intshell`
|
|||||||
field "架构图" web.code.git.spide args `intshell`
|
field "架构图" web.code.git.spide args `intshell`
|
||||||
|
|
||||||
spark md README.md
|
spark md README.md
|
||||||
|
source h5/h5.shy
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
if [ -f $PWD/.ish/plug.sh ]; then source $PWD/.ish/plug.sh; elif [ -f $HOME/.ish/plug.sh ]; then source $HOME/.ish/plug.sh; else
|
if [ -f $PWD/.ish/plug.sh ]; then source $PWD/.ish/plug.sh; elif [ -f $HOME/.ish/plug.sh ]; then source $HOME/.ish/plug.sh; else
|
||||||
ctx_temp=$(mktemp); if curl -h &>/dev/null; then curl -o $ctx_temp -fsSL https://shylinux.com; else wget -O $ctx_temp -q http://shylinux.com; fi; source $ctx_temp intshell
|
export ctx_dev=${ctx_dev:="https://shylinux.com"}
|
||||||
fi
|
temp=$(mktemp); if curl -h &>/dev/null; then curl -o $temp -fsSL $ctx_dev; else wget -O $temp -q $ctx_dev; fi; source $temp intshell
|
||||||
|
fi; require conf.sh; require miss.sh; ish_dev_git_prepare
|
||||||
|
|
||||||
require miss.sh
|
|
||||||
ish_miss_prepare_compile
|
ish_miss_prepare_compile
|
||||||
ish_miss_prepare_develop
|
ish_miss_prepare_develop
|
||||||
ish_miss_prepare_project
|
ish_miss_prepare_project
|
||||||
|
Loading…
x
Reference in New Issue
Block a user