随笔分类 -  Linux

摘要:写的小脚本,可以简单简化下交代码的工作。 https://github.com/NoMatterU/git_auto_push 阅读全文
posted @ 2021-01-12 16:58 YDD的铁皮锅 阅读(126) 评论(0) 推荐(0)
摘要:开头先指定路径包含shell命令解释器 通常有几种写法: #!/bin/bash #!/usr/bin/bash#!/bin/sh #!/usr/bin/sh 导入其他shell文件,两种方式,这里以当前目录include.sh文件为例: . include.sh # source ./includ 阅读全文
posted @ 2020-07-17 19:10 YDD的铁皮锅 阅读(216) 评论(0) 推荐(0)