about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/scripts/wrappers/show
blob: 0b813342715c0983b59e6be1880f9e4896802a0c (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env dash

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

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

# vim: ft=sh