src/Doc/fixbookmarks
author haftmann
Sat, 28 Jun 2014 21:09:17 +0200
changeset 57427 91f9e4148460
parent 53498 05313b45a5ae
permissions -rwxr-xr-x
proper trading of variables; more appropriate ML variable names

#!/usr/bin/env bash

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