PHP 8.2.30
Preview: less.sh Size: 588 B
/proc/thread-self/root/proc/thread-self/root/usr/share/vim/vim80/macros/less.sh

#!/bin/sh
# Shell script to start Vim with less.vim.
# Read stdin if no arguments were given and stdin was redirected.

if test -t 1; then
  if test $# = 0; then
    if test -t 0; then
      echo "Missing filename" 1>&2
      exit
    fi
    vim --cmd 'let no_plugin_maps = 1' -c 'runtime! macros/less.vim' -
  else
    vim --cmd 'let no_plugin_maps = 1' -c 'runtime! macros/less.vim' "$@"
  fi
else
  # Output is not a terminal, cat arguments or stdin
  if test $# = 0; then
    if test -t 0; then
      echo "Missing filename" 1>&2
      exit
    fi
    cat
  else
    cat "$@"
  fi
fi

Directory Contents

Dirs: 4 × Files: 9

Name Size Perms Modified Actions
hanoi DIR
- drwxr-xr-x 2026-03-13 21:58:26
Edit Download
life DIR
- drwxr-xr-x 2026-03-13 21:58:26
Edit Download
maze DIR
- drwxr-xr-x 2026-03-13 21:58:26
Edit Download
urm DIR
- drwxr-xr-x 2026-03-13 21:58:26
Edit Download
124 B lrw-r--r-- 2026-03-12 10:09:58
Edit Download
109 B lrw-r--r-- 2026-03-12 10:09:58
Edit Download
288 B lrw-r--r-- 2026-03-12 10:09:58
Edit Download
588 B lrwxr-xr-x 2026-03-12 10:09:58
Edit Download
5.44 KB lrw-r--r-- 2026-03-12 10:09:58
Edit Download
124 B lrw-r--r-- 2026-03-12 10:09:58
Edit Download
1.09 KB lrw-r--r-- 2026-03-12 10:09:58
Edit Download
115 B lrw-r--r-- 2026-03-12 10:09:58
Edit Download
114 B lrw-r--r-- 2026-03-12 10:09:58
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).