外壳脚本
我的特定系统的Shell脚本。
Linux
- Speedtest : measure network speed and logs results
视窗
- SyncWithRemoteTask : creates scr ipt and schedule for backup local to remote
Shell示例和演示
一个显示shell脚本示例的存储库。
目的是使用示例来演示壳如何表现和压缩一些假设。
先决条件
安装
为Shellcheck安装vscode扩展code --install-extension timonwong.shellcheck
外壳帮助
取决于运行的外壳,内置的帮助有所不同
重击
man bash
help
info
sh
man zsh
man zshbuiltins
示例0-备忘单
备忘单是快速获取问题答案的好方法。 步骤
示例1-简单的参数解析
演
ish
Cish旨在提供一种比bash更简单,更易理解的shell脚本语言。 首先是构建CI,这意味着“正常”外壳提供的所有必要功能都无法构建。
#! /bin/cish -ldebug
# This scr ipt can be used to build cish
INTERPRETER= " target/cish "
Maven::clean ()
Maven::pkg ()
IO::removeIfExists(INTERPRETER)
IO::setContent(INTERPR