From d36c2e459a74ec67e523539eb98b78b95b01432a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 16 Apr 2025 11:20:43 -0300 Subject: src/content/: Normalize [source,$lang] code blocks --- src/content/tils/2020/08/28/grep-online.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/content/tils/2020/08/28/grep-online.adoc') diff --git a/src/content/tils/2020/08/28/grep-online.adoc b/src/content/tils/2020/08/28/grep-online.adoc index 7d22cf8..77363ab 100644 --- a/src/content/tils/2020/08/28/grep-online.adoc +++ b/src/content/tils/2020/08/28/grep-online.adoc @@ -13,7 +13,7 @@ some pattern but I can't, because either: Here's a simple script that allows you to overcome that problem easily: -[source,shell] +[source,sh] ---- #!/usr/bin/env bash set -eu @@ -90,7 +90,7 @@ Perform `git grep`, forwarding the remaining arguments from `$@`. Example output: -[source,shell] +[source,sh] ---- $ git search 'make get-git' https://git.zx2c4.com/cgit/ Clonage dans '/tmp/git-search/cgit'... @@ -114,7 +114,7 @@ needed. When no argument is provided, it prints the usage text: -[source,shell] +[source,sh] ---- $ git search Missing argument REGEX_PATTERN. -- cgit v1.2.3