decodetelemetry
来自「一个非常好的人工智能开发工具开源软件」· 代码 · 共 11 行
TXT
11 行
#!/bin/csh -f# Executable "printName" takes a mandatory file pathname as its first argument, and gets# telemetry data from standard input, which is typically redirected to a file# This trivial csh script hard-codes these two pathnames so that the user doesn't have to# type them in repeatedly.printName EO1.l2 -telemetry < L20.log > L20.log.decodedprintName EO1.l2 -telemetry < L21.log > L21.log.decodedprintName EO1.l2 -telemetry < L22.log > L22.log.decoded
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?