From f2c1c49654862c14b214e91d9b40eabed255f3af Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Fri, 9 Oct 2015 11:51:36 +0100 Subject: Remove .sh for all scripts --- bin/recolor.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 bin/recolor.sh (limited to 'bin/recolor.sh') diff --git a/bin/recolor.sh b/bin/recolor.sh deleted file mode 100755 index edd5fa5..0000000 --- a/bin/recolor.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -tr -d ' \t' | sed -n ' -s/.*background:/\x1b]11;/p -s/.*foreground:/\x1b]10;/p -s/.*borderColor:/\x1b]708;/p -s/.*color\([0-9][^:]*\):/\x1b]4;\1;/p -' | tr \\n \\a -- cgit v1.2.3