Skip to content

Instantly share code, notes, and snippets.

@viz3
Created November 22, 2014 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viz3/ac143489c4e83d102864 to your computer and use it in GitHub Desktop.
Save viz3/ac143489c4e83d102864 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
Dir.glob('*.m4a') { |f|
File.rename(f, f.sub(/\ 1.m4a$/, '.m4a'))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment