webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

commit 396013e14f062455f72067857a5f64320562b5ff
parent d291199186600d2f4a37587e0ac616c212c5c540
Author: Sheng <webmaster0115@gmail.com>
Date:   Sun, 22 Mar 2020 17:16:31 +0800

Added python 3.8

Diffstat:
M.travis.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -7,6 +7,7 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8" install: - pip install -r requirements.txt