about summary refs log tree commit diff stats
path: root/pkgs/by-name/sh/show/show.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/sh/show/show.sh')
-rwxr-xr-xpkgs/by-name/sh/show/show.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/by-name/sh/show/show.sh b/pkgs/by-name/sh/show/show.sh
deleted file mode 100755
index ae2bdb13..00000000
--- a/pkgs/by-name/sh/show/show.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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