# ttyd 将 linux 终端转为 web 版本,通过链接直接执行 shell 命令。支持windows,linux,mac ## Usage ``` apt-get update && \ apt-get install -y wget && \ wget https://github.com/tsl0922/ttyd/releases/download/1.6.3/ttyd.x86_64 -O /usr/bin/ttyd && \ chmod +x /usr/bin/ttyd ttyd -p 8080 bash ``` 访问: http://localhost:8080 即可在web输入shell命令