diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-09-12 10:13:10 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-09-12 10:13:10 +0800 |
commit | 89354e00b4242a55e7f0285a7e4e9c277e9fc5ca (patch) | |
tree | 63800579a867504f6c9af09dfa206f0003daed65 | |
parent | 7a0a2b356f1b0387d9dde8eff0e547f39d02e1c8 (diff) |
update
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -298,6 +298,7 @@ alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' | |||
298 | alias du='ncdu' | 298 | alias du='ncdu' |
299 | alias we='weechat' | 299 | alias we='weechat' |
300 | alias p8='ping 8.8.8.8' | 300 | alias p8='ping 8.8.8.8' |
301 | alias pg='ping google.com' | ||
301 | mvt_decode() { | 302 | mvt_decode() { |
302 | python3 $SETTING_DIR/tools/mvt_decode.py $1 | tr \' \" | sed 's/True/true/g' | jq . | 303 | python3 $SETTING_DIR/tools/mvt_decode.py $1 | tr \' \" | sed 's/True/true/g' | jq . |
303 | } | 304 | } |