TeleStern/doc/fix-html

5 lines
76 B
Bash
Executable File

#!/bin/sh
sed -i \
-e 's/<[?]xml [^>]*>//' \
-e 's/<!DOCTYPE [^>]*>//' "$@"