File: dhelp

package info (click to toggle)
doc-rfc 20201128-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bullseye
  • size: 1,307,124 kB
file content (13 lines) | stat: -rwxr-xr-x 233 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

echo Tests integration with dhelp

set -e

export BROWSER="lynx -dump"

dhelp esmtp | \
    grep '/usr/share/doc/RFC/.*/rfc3848.txt'

dhelp border gateway protocol | \
    grep -F '/usr/share/doc/RFC/historic/rfc1397.txt'