1
0
forked from x/ContextOS

add aaa.auth

This commit is contained in:
shaoying 2020-03-12 00:46:46 +08:00
parent 13f32867fb
commit 6df360c157
4 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,3 @@
all: all:
@echo && date @echo && date
CGO_ENABLED=0 GOPRIVATE=github.com GOPROXY=https://goproxy.cn go build -o bin/ice.bin src/main.go && chmod u+x bin/ice.bin && ./bin/ice.sh restart GOPRIVATE=github.com GOPROXY=https://goproxy.cn CGO_ENABLED=0 go build -o bin/ice.bin src/main.go && chmod u+x bin/ice.bin && ./bin/ice.sh restart

View File

@ -90,5 +90,4 @@ bind -t vi-edit C-f cursor-right
bind -t vi-edit C-j enter bind -t vi-edit C-j enter
# }}} # }}}
bind C-r send-keys "export ctx_dev=$ctx_self ctx_share=$ctx_share\ncurl -s \$ctx_dev/publish/auto.sh >auto.sh\nsource auto.sh\nShyLogin\n"
source-file ~/.tmux_local source-file ~/.tmux_local

View File

@ -3,6 +3,7 @@
publish usr/icebergs/template.sh publish usr/icebergs/template.sh
publish usr/icebergs/misc/zsh/auto.sh publish usr/icebergs/misc/zsh/auto.sh
publish usr/icebergs/misc/vim/auto.vim publish usr/icebergs/misc/vim/auto.vim
publish usr/icebergs/misc/tmux/auto.tmux
~web.code.tmux ~web.code.tmux
init init

View File

@ -12,6 +12,8 @@ import (
_ "github.com/shylinux/icebergs/misc/mp" _ "github.com/shylinux/icebergs/misc/mp"
_ "github.com/shylinux/icebergs/misc/pi" _ "github.com/shylinux/icebergs/misc/pi"
_ "github.com/shylinux/icebergs/misc/wx" _ "github.com/shylinux/icebergs/misc/wx"
_ "github.com/shylinux/icebergs/misc/auth"
) )
func main() { func main() {