mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
7 lines
175 B
Bash
7 lines
175 B
Bash
![]() |
#!/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
|