Skip to content

Instantly share code, notes, and snippets.

@artmouse
Created August 9, 2016 16:27
Show Gist options
  • Save artmouse/acbf04a4b8366305a6cd293c11090b24 to your computer and use it in GitHub Desktop.
Save artmouse/acbf04a4b8366305a6cd293c11090b24 to your computer and use it in GitHub Desktop.
Create modman
for i in `find . -type f | grep -v \.git | grep -v "^.$" | grep -v "modman" | sed 's/\.\///'`; do echo ${i} ${i}; done > modman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment