This website requires JavaScript.
Explore
Help
Sign in
klaute
/
lumini_p30_control
Watch
1
Star
0
Fork
You've already forked lumini_p30_control
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
3aabfcd58e
lumini_p30_control
/
tools
/
html2string.sh
5 lines
66 B
Bash
Raw
Normal View
History
Unescape
Escape
Added a script which converts html pages into arduino strings. Added beta state code for html page generation.
2023-05-01 19:23:31 +02:00
#!/bin/bash
The html generation script removed all comments now from the output pages. Added DEV to the webpage header in development mode.
2023-05-03 11:51:37 +02:00
cat
$1
|
sed -e
"s/^ *//ig"
|
sed -e
"s/^\/\/.*//ig"
Added a script which converts html pages into arduino strings. Added beta state code for html page generation.
2023-05-01 19:23:31 +02:00
Reference in a new issue
Copy permalink