diff options
author | eug-vs <eug-vs@keemail.me> | 2021-07-15 15:44:17 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-07-15 15:44:17 +0300 |
commit | 21ac2bdd8805eb72e11acc6d16a228edf7a446fc (patch) | |
tree | 02546728530d92dcd3e38c87c347d4aa3ab988cf /compile_emoji_sedstring.sh | |
parent | c3978bdd56844992630221f23dd3cbe66e3d0088 (diff) | |
download | eug-vs-xyz-21ac2bdd8805eb72e11acc6d16a228edf7a446fc.tar.gz |
feat: add (un)localize make targets
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 2fb2f6d..3337e59 100755 --- a/compile_emoji_sedstring.sh +++ b/compile_emoji_sedstring.sh @@ -6,5 +6,5 @@ cd public/emoji; for EMOJI in *; do BASENAME=${EMOJI%.*} - echo "s|:${BASENAME}:|<img src=\\\"public/emoji/${EMOJI}\\\" alt=\\\"${BASENAME}-icon\\\" height=\\\"${SIZE}\\\" width=\\\"${SIZE}\\\" style=\\\"${STYLE}\\\">|g; " + echo "s|:${BASENAME}:|<img src=\\\"/public/emoji/${EMOJI}\\\" alt=\\\"${BASENAME}-icon\\\" height=\\\"${SIZE}\\\" width=\\\"${SIZE}\\\" style=\\\"${STYLE}\\\">|g; " done |