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

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

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

# vim: ft=sh