fix nocoment comment

This commit is contained in:
nemo 2024-10-10 15:42:33 +02:00
parent 60040a8912
commit 5eb57989af
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
sed "/^\/\//d" $1 |\
sed "/^\/\*/,/\*\/$/d"
sed "/\/\//d" $1 |\
sed "/\/\*/,/\*\/$/d"