From 6a3581b7e0928a0df7b5bd8ec850f12101509b23 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Mon, 20 Nov 2023 10:54:40 +0000 Subject: tweak: more twitter tweaks --- plugins/style/recompute_STYLE_N.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/style/recompute_STYLE_N.sh') diff --git a/plugins/style/recompute_STYLE_N.sh b/plugins/style/recompute_STYLE_N.sh index 9202894..3e0f30a 100755 --- a/plugins/style/recompute_STYLE_N.sh +++ b/plugins/style/recompute_STYLE_N.sh @@ -5,5 +5,5 @@ sed_wrapper() } ## e.g., sedr "s/target/replacement/g" STYLE_N=`wc -c style.js | cut -d " " -f 1` -sed_wrapper "s/^#define STYLE_N .*/#define STYLE_N $STYLE_N + 100/g" +sed_wrapper "s/^#define STYLE_N .*/#define STYLE_N $STYLE_N + 1000/g" -- cgit v1.2.3