<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Shell - 分类 - Windvalley</title><link>https://windvalley.github.io/categories/shell/</link><description>Shell - 分类 - Windvalley</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>levinwang6@gmail.com (windvalley)</managingEditor><webMaster>levinwang6@gmail.com (windvalley)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Sat, 27 Nov 2010 22:14:44 +0800</lastBuildDate><atom:link href="https://windvalley.github.io/categories/shell/" rel="self" type="application/rss+xml"/><item><title>Shell编码规范</title><link>https://windvalley.github.io/shell-code-conventions/</link><pubDate>Sat, 27 Nov 2010 22:14:44 +0800</pubDate><author>作者</author><guid>https://windvalley.github.io/shell-code-conventions/</guid><description>文件名字 要以.sh为扩展名 脚本名尽量表达脚本的用途 脚本要给执行权限, 并且推荐以./foo.sh方式执行 1 2 3 foo.sh chmod u+x foo.sh ./foo.sh 脚本头部 首行必须指定脚</description></item></channel></rss>