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 | |
| parent | 8cd50fbf53eb34c284d4384ad7e2609eae15f031 (diff) | |
Update
| -rw-r--r-- | alias | 2 | ||||
| -rwxr-xr-x | tools/misc/flash.sh | 4 |
2 files changed, 3 insertions, 3 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 |
diff --git a/tools/misc/flash.sh b/tools/misc/flash.sh index 71d81a4..5bd48bc 100755 --- a/tools/misc/flash.sh +++ b/tools/misc/flash.sh | |||
| @@ -28,6 +28,6 @@ while true; do | |||
| 28 | fi | 28 | fi |
| 29 | 29 | ||
| 30 | echo | 30 | echo |
| 31 | echo ---- | 31 | read |
| 32 | echo | 32 | tput clear |
| 33 | done | 33 | done |