chneukirchen / knock

Knock is a simplification of the Test Anything Protocol used by Perl and others.

This URL has Read+Write access

knock / kn-nice
100755 7 lines (5 sloc) 0.092 kb
1
2
3
4
5
6
7
#!/usr/bin/sed
 
s/^#/ #/
s/^ok *-/ok -/
s/^ok *$/ok -/
s/^not ok *-/not ok -/