tridactyl/scripts/newtab.md.sh

7 lines
175 B
Bash
Raw Normal View History

2017-11-10 13:03:08 +00:00
#!/bin/sh
# Combine newtab markdown and template
cd src/static
sed "/REPLACETHIS/s/REPLACETHIS/marked newtab.md/e" newtab.template.html > ../../generated/static/newtab.html