Skip to content

Instantly share code, notes, and snippets.

@poppen
Created April 10, 2010 03:37
Show Gist options
  • Save poppen/361801 to your computer and use it in GitHub Desktop.
Save poppen/361801 to your computer and use it in GitHub Desktop.
ls | perl -MFile::Copy -ne 'chomp $_; copy("/Users/poppen/repos/vimperator-plugins/trunk/$_", "$_"); print $_, "\n"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment