From 0ba4a51645d82f81be593dbc69fae0435ecfa3ae Mon Sep 17 00:00:00 2001 From: nono Date: Sun, 27 Feb 2022 17:56:41 +0100 Subject: [PATCH] Suppresion de vieux scripts --- dither.sh | 13 ------------- openring.sh | 1 - 2 files changed, 14 deletions(-) delete mode 100755 dither.sh delete mode 100755 openring.sh diff --git a/dither.sh b/dither.sh deleted file mode 100755 index 6908cf2..0000000 --- a/dither.sh +++ /dev/null @@ -1,13 +0,0 @@ -# Dither images present in the blog, moving the existing images to filename_original.jpg - -## Travel down the directory content/ - -find content/ \ # Find from the content directory - -maxdepth 4 \ # Maximu depth of 4 dirs - -type f \ # Find only files - -name "*.jpg" \ # Find only JPEG files - -exec \ # Execute next lines - cp {} {}.original && \ # Copy file and add .original to it's filename - convert {} -colorspace GRAY -o ordered-dither o2x2 {}\ # Dither image - jpegoptim {} -S 80 -t && \ # Optimize the jpeg file - ; # Finish diff --git a/openring.sh b/openring.sh deleted file mode 100755 index f831978..0000000 --- a/openring.sh +++ /dev/null @@ -1 +0,0 @@ -./openring -s https://www.laquadrature.net/feed -s https://mamot.fr/@n07070.rss -s https://solar.lowtechmagazine.com/feeds/all-en.rss.xml < in.html > openring-out.html