Skip to content

Instantly share code, notes, and snippets.

@caoer
Created May 31, 2015 03:34
Show Gist options
  • Save caoer/b3a819bbb3958b0149db to your computer and use it in GitHub Desktop.
Save caoer/b3a819bbb3958b0149db to your computer and use it in GitHub Desktop.
wechat
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