$ echo "<!doctype html><title>Page title</title>" > index.html
-bash: !doctype: event not found
You can use
echo '<!doctype html><title>Page title</title>' > index.html
instead.
I鈥檒l submit a pull request to fix it.
Thank you!
Most helpful comment
You can use
instead.
I鈥檒l submit a pull request to fix it.