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