Skip to content

Commit 9d24cbf

Browse files
committed
🚚 moving files
1 parent f995515 commit 9d24cbf

10 files changed

Lines changed: 6 additions & 2 deletions

File tree

codes/linux/ops/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
> **本项目脚本代码用于在 [CentOS](https://www.centos.org/) 机器上安装常用命令工具或开发软件。**
44
5-
本项目总结、收集 Linux 环境下运维常用到的脚本工具,大致分为两类
5+
本项目总结、收集 Linux 环境下运维常用到的脚本工具,大致分为三类
66

77
- [系统运维脚本](sys)
88
- [服务、应用运维脚本](service)
9+
- [构建、编译项目脚本(目前支持 Java、Javascript 应用)](build)

codes/linux/ops/build/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 构建、编译项目脚本
2+
3+
> 目前支持 Java、Javascript 应用

codes/linux/shell-demos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Shell 示例源码
22

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

0 commit comments

Comments
 (0)