mirror of https://github.com/grpc/grpc.git
parent
c9378dff85
commit
7202029386
2 changed files with 7 additions and 1 deletions
@ -0,0 +1,5 @@ |
||||
#!/bin/bash |
||||
|
||||
while IFS= read -r line; do |
||||
echo "$(date) - $line" |
||||
done |
Loading…
Reference in new issue