summary refs log tree commit diff
path: root/doc/rfc/rfc.in
blob: adf297ebeacd7db5e4507032451a0985ae821f08 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
set -eu

rfc=%%PREFIX%%/share/rfc/"rfc${1:--index}.txt"
tags=$(mktemp -t rfc)
trap 'rm "${tags}"' EXIT
%%PREFIX%%/bin/rfctags "${rfc}" >"${tags}"
${PAGER:-less} -T "${tags}" "${rfc}"
8fc6b7&follow=1'>Add delimitMateJune McEnroe 2014-05-28Use ~ for home directory in gitconfigJune McEnroe 2014-05-28Add .DS_store to global gitignoreJune McEnroe 2014-05-15Add OS X specific shell configurationsJune McEnroe 2014-04-19Heavily comment .vimrcJune McEnroe 2014-04-19Autocorrect git commandsJune McEnroe 2014-04-19Fix gitprompt for git 1.9.1June McEnroe