TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Best practices for Shell script only automation for dev and deployment

4 点作者 truth_seeker大约 6 年前

2 条评论

bradknowles大约 6 年前
OP: if you truly want to build it, then you also have to build your own interpreters for the shell language.<p>And then you have to build your own compilers to run the interpreter code.<p>Then you have to build your own linkers for the compilers to use.<p>And your own parsers.<p>And your own lexers.<p>And your own libraries.<p>And your own assemblers.<p>And your own machine code interpreters.<p>And your own OSes.<p>And your own hardware.<p>And your own everything else.<p>Once you’ve done all that, you can then build your own DevOps tooling for developing and deploying your code.
verdverm大约 6 年前
Don&#x27;t use just shell scripts, use something made for the purpose.<p>&quot;set -eou pipefail&quot;
评论 #19524241 未加载