Skip to content

luopengift/autossh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a1a3cb · Dec 29, 2018

History

68 Commits
Dec 27, 2018
Oct 31, 2018
Oct 31, 2018
Dec 29, 2018
Oct 31, 2018
Dec 27, 2018
Oct 13, 2018
Dec 12, 2017
Oct 25, 2018
Oct 13, 2018
Oct 17, 2018
Dec 29, 2018

Repository files navigation

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