0f60a2387a
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
6 lines
153 B
Text
6 lines
153 B
Text
Ensure bin/* is documented
|
|
|
|
[0:43] kr:bin% for a in *; do test -f ../doc/man/${a}.text || echo $a missing ; done
|
|
cdist-code-run missing
|
|
[0:44] kr:bin%
|
|
|