changeset 2:fa0865bcac46 default tip

add:增加READM说明文件
author Nineveh <liny.jii@nnsui.com>
date Mon, 07 Oct 2024 11:11:42 +0800
parents dad2bfc2913c
children
files Linux_network_config.sh README.md
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Linux_network_config.sh	Mon Oct 07 09:38:13 2024 +0800
+++ b/Linux_network_config.sh	Mon Oct 07 11:11:42 2024 +0800
@@ -1,4 +1,8 @@
 #!/bin/bash
+#
+# 发布位置 
+# https://logc.ninja/ovc/collection-shell
+# https://hg.nnsui.com/collection-shell
 
 # 检测系统版本
 OS_VERSION=$(awk -F= '/^NAME/{print $2}' /etc/os-release)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Mon Oct 07 11:11:42 2024 +0800
@@ -0,0 +1,4 @@
+## SHELL脚本合集
+
+### Linux System 
++ [Linux_network_config.sh](Linux_network_config.sh) -  Linux系统网络配置脚本(支持ubuntu系列和Centos极其衍生版)
\ No newline at end of file