about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/scripts/source/wrappers/show.sh
blob: 95afb16c5681c88705f1b9b4393c7608508e6b9e (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env dash

# shellcheck source=/dev/null
SHELL_LIBRARY_VERSION="2.0.13" . %SHELL_LIBRARY_PATH

# Maybe add `--quit-if-one-screen`
less --redraw-on-quit "$@"

# vim: ft=sh