Skip to content

Instantly share code, notes, and snippets.

@vinbarnes
Created January 3, 2010 19:45
Show Gist options
  • Save vinbarnes/268101 to your computer and use it in GitHub Desktop.
Save vinbarnes/268101 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby -w
home = ENV['HOME']
blank_audio = home + '/Desktop/Audio.mov'
destination = home + '/Music/ideas/'
FileUtils.mv(blank_audio, destination + ARGV.join(' '))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment