From 5eb57989afe3e6c0c2685e64af3793a821eae602 Mon Sep 17 00:00:00 2001 From: nemo Date: Thu, 10 Oct 2024 15:42:33 +0200 Subject: [PATCH] fix nocoment comment --- nocomment | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nocomment b/nocomment index 52d2c55..33837d1 100755 --- a/nocomment +++ b/nocomment @@ -1,4 +1,4 @@ #!/bin/bash -sed "/^\/\//d" $1 |\ -sed "/^\/\*/,/\*\/$/d" +sed "/\/\//d" $1 |\ +sed "/\/\*/,/\*\/$/d"