Skip to content

Commit d6ff7ad

Browse files
committed
feat: add red light time
1 parent 5bbbe0b commit d6ff7ad

6 files changed

Lines changed: 524 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Publish 1 page tools using github pages
99
| [Markdown & LaTeX Preview](https://lenml.github.io/page-tools/mathjax-md-preview) | mathjax-md-preview | [source](https://github.com/lenml/page-tools/tree/main/pages/mathjax-md-preview) |
1010
| [MP4 Player](https://lenml.github.io/page-tools/mp4player) | mp4player | [source](https://github.com/lenml/page-tools/tree/main/pages/mp4player) |
1111
| [PDF to Markdown Converter](https://lenml.github.io/page-tools/pdf2md) | pdf2md | [source](https://github.com/lenml/page-tools/tree/main/pages/pdf2md) |
12+
| [Local Red Time](https://lenml.github.io/page-tools/red_light_time) | red_light_time | [source](https://github.com/lenml/page-tools/tree/main/pages/red_light_time) |
1213
| [Text Diff Tool](https://lenml.github.io/page-tools/textdiff) | textdiff | [source](https://github.com/lenml/page-tools/tree/main/pages/textdiff) |
1314

1415
# LICENSE

pages/red_light_time/build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
set -e
3+
4+
if [ ! -d dist ]; then
5+
mkdir dist
6+
fi
7+
cp index.html dist

0 commit comments

Comments
 (0)