mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 18:11:38 -05:00
6 lines
175 B
Bash
Executable file
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
|