mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-01-16 20:58:26 +01:00
5 lines
24 B
Awk
5 lines
24 B
Awk
|
/^[^#]/ {
|
||
|
print $0;
|
||
|
}
|
||
|
|