diff options
| -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 |