src/Doc/fixbookmarks
author wenzelm
Tue, 28 Aug 2018 21:08:05 +0200
changeset 68836 cf52379c0776
parent 53498 05313b45a5ae
permissions -rwxr-xr-x
systematic access to command ids;

#!/usr/bin/env bash

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