Skip to content

Instantly share code, notes, and snippets.

@artmouse
Created August 9, 2016 16:28
Show Gist options
  • Save artmouse/6ad0e10b762c731813e0952a5a154455 to your computer and use it in GitHub Desktop.
Save artmouse/6ad0e10b762c731813e0952a5a154455 to your computer and use it in GitHub Desktop.
mage_modman_generator.sh
#!/bin/sh
find -type f | sed 's/\.\/\(.*\)/\1 \1/' | grep -v '^.git' > modman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment