tridactyl/scripts/newtab.md.sh
2017-11-10 13:12:07 +00:00

6 lines
175 B
Bash
Executable file

#!/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