aboutsummaryrefslogtreecommitdiff
path: root/plugins/readability/recompute_READABILITY_N.sh
diff options
context:
space:
mode:
authorNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 21:51:55 -0300
committerNunoSempere <nuno.semperelh@protonmail.com>2024-03-23 21:51:55 -0300
commit07cae73c7116aee9686432783394eaba2c854ab9 (patch)
treef41dcb6e3e3d986e10094765dfbe68f2270294cd /plugins/readability/recompute_READABILITY_N.sh
parented76b7e9e72cc2c3b5eeef0707638ff39a7cd31a (diff)
remove extra files
Diffstat (limited to 'plugins/readability/recompute_READABILITY_N.sh')
-rwxr-xr-xplugins/readability/recompute_READABILITY_N.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/readability/recompute_READABILITY_N.sh b/plugins/readability/recompute_READABILITY_N.sh
deleted file mode 100755
index 2e4fc91..0000000
--- a/plugins/readability/recompute_READABILITY_N.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-sed_wrapper()
-{
- find ./ -type f -exec sed -i -e "$1" {} \;
-} ## e.g., sedr "s/target/replacement/g"
-
-READABILITY_N=`wc -c readability.js | cut -d " " -f 1`
-sed_wrapper "s/^#define READABILITY_N .*/#define READABILITY_N $READABILITY_N + 1000/g"
-