🚚 moving files

This commit is contained in:
Zhang Peng 2019-02-22 19:29:33 +08:00
parent f99551579e
commit 9d24cbf0a4
10 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,8 @@
> **本项目脚本代码用于在 [CentOS](https://www.centos.org/) 机器上安装常用命令工具或开发软件。**
本项目总结、收集 Linux 环境下运维常用到的脚本工具,大致分为类:
本项目总结、收集 Linux 环境下运维常用到的脚本工具,大致分为类:
- [系统运维脚本](sys)
- [服务、应用运维脚本](service)
- [构建、编译项目脚本(目前支持 Java、Javascript 应用)](build)

View File

@ -0,0 +1,3 @@
# 构建、编译项目脚本
> 目前支持 Java、Javascript 应用

View File

@ -1,3 +1,3 @@
# Shell 示例源码
> 本目录的代码是和 `https://github.com/dunwu/os-tutorial/blob/master/docs/linux/scripts/shell.md` 相关的示例代码。
> 本目录的代码是和 [`Shell 教程`](https://github.com/dunwu/os-tutorial/blob/master/docs/linux/scripts/shell.md) 相关的示例代码。