src/Doc/fixbookmarks
author blanchet
Sun, 01 Oct 2017 15:01:39 +0200
changeset 66738 793e7a9c30c5
parent 53498 05313b45a5ae
permissions -rwxr-xr-x
properly take quantifiers into account (cf. my Ph.D. thesis, Section 6.4.1) and offer three modes of completeness (for experiments mostly)

#!/usr/bin/env bash

perl -pi -e 's/\\([a-zA-Z]+)\s*/$1/g; s/\$//g; s/^BOOKMARK/\\BOOKMARK/g;' "$@"