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

run.py (69B)


      1 from webssh.main import main
      2 
      3 
      4 if __name__ == '__main__':
      5     main()