Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 282 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 282 Bytes

autossh

Build

go get -u github.com/luopengift/autossh
go get -u github.com/luopengift/readline
# 需要替换readline库
rm -rf $GOPATH/src/github.com/chzyer/readline
ln -s $GOPATH/src/github.com/luopengift/readline $GOPATH/src/github.com/chzyer/readline
make