Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hijnu
/
EasySmartControl
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a3d8ffc
EasySmartControl
/
src
/
startup.sh
orztv
update
a3d8ffc
over 1 year ago
raw
Copy download link
history
blame
194 Bytes
#!/bin/sh
echo
"
$WORKDIR
"
# 运行sshx
/app/sshx/sshx --
help
/app/sshx/sshx --shell hf-shell
# 如果需要,可以在这里添加其他启动命令
# 保持容器运行
tail
-f /dev/null