aboutsummaryrefslogtreecommitdiff
path: root/rfc-tags
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-10 15:15:13 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-10 15:15:13 +0200
commit92db8db9d74f6d40d7313283013cbf45c3ba1821 (patch)
tree139fe53fd375a9c367abc37039065d72d7e3fb9b /rfc-tags
parentRepair /today. (diff)
downloadcalp-92db8db9d74f6d40d7313283013cbf45c3ba1821.tar.gz
calp-92db8db9d74f6d40d7313283013cbf45c3ba1821.tar.xz
Move some scripts to subdir.
Diffstat (limited to 'rfc-tags')
-rwxr-xr-xrfc-tags12
1 files changed, 0 insertions, 12 deletions
diff --git a/rfc-tags b/rfc-tags
deleted file mode 100755
index b51658cf..00000000
--- a/rfc-tags
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/bash
-
-# A simple utility script for generating ctags from some RFC files.
-#
-# Deffinitely works with RFC 5545.
-
-filename=$1
-
-grep Current $filename \
- | sed 's/RFC [0-9]\+, Section //' \
- | tr -d ' ' \
- | awk -F '|' '{ print $2 "\t'$filename'\t/^" $4 ". /;\"" }'