zh-trans: add broken link references (#11310)
* zh-trans: add broken link references * zh-trans: another batch of needed references * zh-trans: add needed community/static/cncf-code-of-conduct.md ref
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# Just prints standard out and sleeps for 10 seconds.
|
||||
import sys
|
||||
import time
|
||||
print("Processing " + sys.stdin.lines())
|
||||
time.sleep(10)
|
||||
Reference in New Issue
Block a user