✨ 添加多个开发环境的 Docker 配置,包括 Debian、Maven、LaTeX 和 Rust,移除旧的 Rust 配置
This commit is contained in:
7
general-devcontainer/start-ssh.sh
Normal file
7
general-devcontainer/start-ssh.sh
Normal 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