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

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

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

# vim: ft=sh