dev.sh 110 字节 原文件 审查 历史 永久链接 1 2 3 4 5 #!/usr/bin/env bash workdir=/prog/smartshelf cd $workdir flask run -p 5000 -h 0.0.0.0 & echo "server started"