# Shell Script Learn **Repository Path**: gitzjtian/Shell-Script-Learn ## Basic Information - **Project Name**: Shell Script Learn - **Description**: 学习 Shell Script 中的一些代码片段. - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Shell Script Learn #### 介绍 学习 Shell Script 中的一些代码片段. #### 软件架构 软件架构说明 #### 安装教程 1. Unix/Linux 系统 2. 用 Terminal 执行代码文件 3. xxxx #### 使用说明 1. 修改文件的权限,如: `chmod 755 xxx.sh`, 使得文件有执行的权力. 2. 在 Terminal 中通过 `bash xxx.sh` 或 `./xxx.sh` 的方式执行文件. 3. xxxx