From 3bcf520e03978b079052fc324c7dedadbf0420e2 Mon Sep 17 00:00:00 2001 From: _N3m0 Date: Wed, 18 Oct 2023 14:53:09 +0200 Subject: [PATCH] no bash ? --- nocomment | 1 - 1 file changed, 1 deletion(-) diff --git a/nocomment b/nocomment index fc85959..52d2c55 100755 --- a/nocomment +++ b/nocomment @@ -1,5 +1,4 @@ #!/bin/bash sed "/^\/\//d" $1 |\ -sed "/^#/d" |\ sed "/^\/\*/,/\*\/$/d"