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"