From 0b7bc99af62aa53148b7fcede648e5dfb6e2ca22 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 21 Apr 2022 14:58:28 +0300 Subject: feat: remove old scripts --- compile_emoji_sedstring.sh | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 compile_emoji_sedstring.sh (limited to 'compile_emoji_sedstring.sh') diff --git a/compile_emoji_sedstring.sh b/compile_emoji_sedstring.sh deleted file mode 100755 index 006e240..0000000 --- a/compile_emoji_sedstring.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# Return a large sed command that will substitute all :emoji: listed in /public/emoji with - -SIZE=20px -STYLE="margin-bottom: -4px;" - -cd public/emoji; -for EMOJI in *; -do - BASENAME=${EMOJI%.*} - echo "s|:${BASENAME}:|\\\"${BASENAME}-icon\\\"|g; " -done -- cgit v1.2.3