diff options
author | typebrook <typebrook@gmail.com> | 2019-07-07 21:09:40 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-07-07 21:09:40 +0800 |
commit | 5073ecf245466d9aa591a05d2a1e50a3641fd513 (patch) | |
tree | 323151b55fed9ad2d861573c377f10881c94c72d | |
parent | 6f0e512752d7e166257b0b1a0088adcf589ad404 (diff) |
update
-rw-r--r-- | alias | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -156,6 +156,10 @@ alias cdW='cd ~/git/geoBingAnWeb' | |||
156 | alias and='cd ~/git/geoBingAn.Android' | 156 | alias and='cd ~/git/geoBingAn.Android' |
157 | alias cdG='cd ~/git/git' | 157 | alias cdG='cd ~/git/git' |
158 | alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' | 158 | alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' |
159 | alias big52utf8='_big52utf8' | ||
160 | _big52utf8() { | ||
161 | iconv -f BIG-5 -t UTF-8 $1 > $1.utf8 | ||
162 | } | ||
159 | 163 | ||
160 | repo='git@github.com' | 164 | repo='git@github.com' |
161 | hub='https://github.com' | 165 | hub='https://github.com' |