summaryrefslogtreecommitdiff
path: root/compile_emoji_sedstring.sh
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-07-03 19:46:33 +0300
committereug-vs <eug-vs@keemail.me>2021-07-03 19:46:45 +0300
commit317c9b42081aa033abd7b46f05f47428f2942ae7 (patch)
treec3fb6c8d0898c8b897341ae7e14f3ea34273cbca /compile_emoji_sedstring.sh
parent22e5cfc2ed1e8a654257507e2f3078007ed4b318 (diff)
downloadeug-vs-xyz-317c9b42081aa033abd7b46f05f47428f2942ae7.tar.gz
feat: gather scripts into Makefile
Diffstat (limited to 'compile_emoji_sedstring.sh')
-rwxr-xr-xcompile_emoji_sedstring.sh2
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