#!/bin/sh
perl -i -pe '
  s/(<[a-z0-9.]+ plugin="[a-z0-9-]+@)[0-9.]+("\/?>)/$1$2/i;
' "$@"
