sync code

This commit is contained in:
2024-03-03 22:25:50 +08:00
parent 7fcd3390c8
commit ab1d1db860
36 changed files with 365 additions and 267 deletions

10
dockerinfo/start.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# 启动SSH服务
/usr/sbin/sshd
# 启动ADB server
adb start-server
# 保持容器运行
tail -f /dev/null