Created
May 31, 2015 03:34
-
-
Save caoer/b3a819bbb3958b0149db to your computer and use it in GitHub Desktop.
wechat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for f in *.aud; do echo '#!AMR' | cat - $f > $f.amr; done | |
for f in *.pic_hd; do mkdir -p convert; cp $f convert/$f.jpg; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment