✨ 添加 kilocode 容器支持和通用 Docker 配置
- 添加 kilocode devcontainer 配置 - 新增 Fedora 和 Ubuntu Dockerfile - 添加构建自动化 (Makefile, compose.yml) - 配置环境变量管理 (.env, .env.example)
This commit is contained in:
7
kilocode/start-ssh.sh
Executable file
7
kilocode/start-ssh.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
LOGTIME=$(date "+%Y-%m-%d %H:%M:%S")
|
||||
echo "[$LOGTIME] startup run..." >>/root/start_ssh.log
|
||||
service ssh start >>/root/start_ssh.log
|
||||
#service mysql start >>/root/star_mysql.lo
|
||||
bash
|
||||
Reference in New Issue
Block a user