Skip to content

Instantly share code, notes, and snippets.

@peterjaap
Created January 16, 2013 10:52
Show Gist options
  • Select an option

  • Save peterjaap/4546320 to your computer and use it in GitHub Desktop.

Select an option

Save peterjaap/4546320 to your computer and use it in GitHub Desktop.

Revisions

  1. peterjaap created this gist Jan 16, 2013.
    1 change: 1 addition & 0 deletions quickmodman
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    for i in `find . -type f | grep -v \.git | grep -v "^.$" | grep -v "modman" | sed 's/\.\///'`; do echo ${i} ${i}; done > modman