Created
August 9, 2016 16:28
-
-
Save artmouse/6ad0e10b762c731813e0952a5a154455 to your computer and use it in GitHub Desktop.
mage_modman_generator.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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