diff options
author | eug-vs <eug-vs@keemail.me> | 2021-07-03 19:46:33 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-07-03 19:46:45 +0300 |
commit | 317c9b42081aa033abd7b46f05f47428f2942ae7 (patch) | |
tree | c3fb6c8d0898c8b897341ae7e14f3ea34273cbca /compile_emoji_sedstring.sh | |
parent | 22e5cfc2ed1e8a654257507e2f3078007ed4b318 (diff) | |
download | eug-vs-xyz-317c9b42081aa033abd7b46f05f47428f2942ae7.tar.gz |
feat: gather scripts into Makefile
Diffstat (limited to 'compile_emoji_sedstring.sh')
-rwxr-xr-x | compile_emoji_sedstring.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_emoji_sedstring.sh b/compile_emoji_sedstring.sh index 86e1291..2a71715 100755 --- a/compile_emoji_sedstring.sh +++ b/compile_emoji_sedstring.sh @@ -3,5 +3,5 @@ cd public/emoji; for EMOJI in *; do BASENAME=${EMOJI%.*} - echo "s|:${BASENAME}:|<img src=\"/public/emoji/${EMOJI}\" height=\"24px\" style=\"margin-bottom: -4px\">|g; " + echo "s|:${BASENAME}:|<img src=\\\"/public/emoji/${EMOJI}\\\" height=\\\"24px\\\" style=\\\"margin-bottom: -4px\\\">|g; " done |