5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
sed "/^\/\//d" $1 |\
|
||
|
sed "/^\/\*/,/\*\/$/d"
|