diff options
author | eug-vs <eug-vs@keemail.me> | 2021-07-03 19:55:35 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-07-03 19:58:21 +0300 |
commit | 1fe8ed053778ea63a5bfc6efb96f3c8bab449554 (patch) | |
tree | 310bf6795259fbc9ecba1efe1f94d7a6c55ad526 /compile_emoji_sedstring.sh | |
parent | 317c9b42081aa033abd7b46f05f47428f2942ae7 (diff) | |
download | eug-vs-xyz-1fe8ed053778ea63a5bfc6efb96f3c8bab449554.tar.gz |
chore: add open make target
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 2a71715..ef22247 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 |