From b9cd1df3c100fb8b92c847f93adf78be64c84bc4 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 22 Jul 2024 04:18:07 -0700 Subject: [PATCH] regenerate readme --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 51848eb..51e4598 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,6 @@ refer to the [compatibility table](#compatibility) for specifics. ## shell functions -### [archive](/sh/archive#L4) - -create an archive file in one of a few formats. - -borrowed from [prezto.](https://github.com/sorin-ionescu/prezto) - ### [argc](/sh/argc#L4) validate the number of arguments in a function. @@ -1117,7 +1111,6 @@ copy files in a plain way using rsync. affected by umask. | script | preference | zsh | bash | dash | ash | | --------------------------------------------- | ---------- | ---- | ---- | ---- | ---- | -| [archive](#archive) | zsh | ✔️ | ⭕ | ⭕ | ⭕ | | [argc](#argc) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | | [arith](#arith) | zsh | ✔️ | ✔️ | ✔️ | ✔️ | | [arrays](#arrays) | **false** | ✔️ | ✔️ | ⭕ | ⭕ |