1
0
Fork 0
android_kernel_rockchip_tart/tools/net/sunrpc/extract.sh
2025-06-27 00:32:42 -05:00

11 lines
271 B
Bash
Executable file

#! /bin/sh
# SPDX-License-Identifier: GPL-2.0
#
# Extract an RPC protocol specification from an RFC document.
# The version of this script comes from RFC 8166.
#
# Usage:
# $ extract.sh < rfcNNNN.txt > protocol.x
#
grep '^ *///' | sed 's?^ */// ??' | sed 's?^ *///$??'