summaryrefslogtreecommitdiff
path: root/src/scripts/nocomment
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-07-20 20:18:30 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-07-20 20:18:30 +0400
commit73e31b79de25298a519671ef8b6c2ab68af9c87e (patch)
treefafbc2e405247cd1c9b1106d6346a5767071e14f /src/scripts/nocomment
parentac76d8699e3979353cd82136323e1e0afee4bba2 (diff)
directory layout changed
Diffstat (limited to 'src/scripts/nocomment')
-rwxr-xr-xsrc/scripts/nocomment6
1 files changed, 0 insertions, 6 deletions
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