From 8291a65bcf28966eb4adc363cf6120e2ab5a8861 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 29 Oct 2021 16:22:53 +0200 Subject: [PATCH] regenerate readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6e000c3..4af0944 100644 --- a/README.md +++ b/README.md @@ -645,6 +645,11 @@ as a simple example, `echo hey | shcom` produces, verbatim: hey ``` +### [shelly](/sh/shelly#L2) + +(perl 5) invoke the first shell found from a list of shells +as an interactive, non-login shell. arguments are ignored. + ### [similar](/sh/similar#L8) highlight adjacent lines up to the first inequivalent character. @@ -1172,6 +1177,7 @@ print each argument on its own line. | [scramble](#scramble) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | | [scropt](#scropt) | bash | ✔️ | ✔️ | ✔️ | ✔️ | | [shcom](#shcom) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | +| [shelly](#shelly) | **perl** | *n/a* | *n/a* | *n/a* | *n/a* | | [similar](#similar) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ | | [slit](#slit) | dash | ✔️ | ✔️ | ✔️ | ✔️ | | [slitt](#slitt) | dash | ✔️ | ✔️ | ✔️ | ✔️ |