Docker container for TapChat
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。

tapchat.expect 189B

12345678910111213
  1. #!/usr/local/bin/expect --
  2. spawn tapchat start -f
  3. expect "port"
  4. send "8067\n"
  5. expect "username"
  6. send "admin\n"
  7. expect "password"
  8. send "admin\n"
  9. expect "SSL fingerprint"
  10. sleep 2
  11. close
  12. wait