From cbc12cd8deb1d81de8dc2a27d8e43685a3a6ced4 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Wed, 24 Jul 2024 18:38:30 +0400 Subject: bspwm specific scripts removed --- scripts/nocomment | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 scripts/nocomment (limited to 'scripts/nocomment') diff --git a/scripts/nocomment b/scripts/nocomment deleted file mode 100755 index cd5f0c2..0000000 --- a/scripts/nocomment +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# Remove all the commments in the given file -# Comments are considered to start with "#" - -sed -i "s/\s*#.*//g; /^$/ d" $1 -- cgit v1.2.3