mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-29 02:44:34 +00:00
2 lines
210 B
Bash
2 lines
210 B
Bash
sed -i "s/<link rel=\"stylesheet\"href=\"styles\..*\([a-zA-Z0-9]\+\).*\.css\">/<style>$(sed 's:/:\\/:g' `ls dist/Webclient/styles.*.css`)<\/style>/" dist/Webclient/index.html
|
|
rm `ls dist/Webclient/styles.*.css` |