diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-10 23:31:53 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-10 23:31:53 +0800 |
commit | ea62498eb672f3debe7907436bfe84b300b1fc28 (patch) | |
tree | a06fdb2cf5a558fb8183cd02501579d1cf1ad463 /alias | |
parent | 8cd50fbf53eb34c284d4384ad7e2609eae15f031 (diff) |
Update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -472,7 +472,7 @@ alias p8='ping -c 3 8.8.8.8' | |||
472 | pbf() { | 472 | pbf() { |
473 | protoc --decode_raw | 473 | protoc --decode_raw |
474 | } | 474 | } |
475 | mvt_decode() { | 475 | mvt.decode() { |
476 | if [[ ! -t 0 ]]; then | 476 | if [[ ! -t 0 ]]; then |
477 | tmp=$(mktemp) | 477 | tmp=$(mktemp) |
478 | cat >$tmp | 478 | cat >$tmp |