779197c63e
by this command: git ls-files -z | while IFS= read -rd '' f; do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
6 lines
211 B
Plaintext
6 lines
211 B
Plaintext
%!: /header.html
|
|
<h1>Current connections</h1><br><table width="100%">
|
|
<tr><th>Local</th><th>Remote</th><th>State</th><th>Retransmissions</th><th>Timer</th><th>Flags</th></tr>
|
|
%! tcp-connections
|
|
%!: /footer.html
|