From 73e31b79de25298a519671ef8b6c2ab68af9c87e Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 20 Jul 2024 20:18:30 +0400 Subject: directory layout changed --- src/scripts/nocomment | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 src/scripts/nocomment (limited to 'src/scripts/nocomment') diff --git a/src/scripts/nocomment b/src/scripts/nocomment deleted file mode 100755 index cd5f0c2..0000000 --- a/src/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