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

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

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

# vim: ft=sh