Skip to content

Commit d4580b8

Browse files
committed
DOC: Highlight.js prefers sh to shell
1 parent d17881b commit d4580b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.full.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,9 @@ namely the [`pre-commit`][git hooks] hook.
340340
For example, to save own music library or some such only in list form,
341341
one could e.g. do:
342342

343-
```shell
344-
# ${WORK_TREE:-$HOME}/.myba/hooks/pre-commit:
343+
```sh
345344
#!/bin/sh
345+
# ${WORK_TREE:-$HOME}/.myba/hooks/pre-commit:
346346
wt="$GIT_WORK_TREE"
347347
if git diff --cached --name-only | grep -q '^Music/'; then
348348
ls -l -R "$wt/path_of_interest" > "$wt/my_list.txt"

0 commit comments

Comments
 (0)