src/Doc/fixbookmarks
author wenzelm
Wed, 21 Mar 2018 18:30:17 +0100
changeset 67913 d58fa3ed236f
parent 53498 05313b45a5ae
permissions -rwxr-xr-x
proper order of matches: Server.Error is an instance of Exn.ERROR;

#!/usr/bin/env bash

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