script-linux/nocomment

5 lines
55 B
Plaintext
Raw Normal View History

2023-10-18 14:49:56 +02:00
#!/bin/bash
2024-10-10 15:42:33 +02:00
sed "/\/\//d" $1 |\
sed "/\/\*/,/\*\/$/d"