Created
April 18, 2016 23:14
-
-
Save 128keaton/3e2feb615239cd22b2c736f7e91b82d6 to your computer and use it in GitHub Desktop.
This file contains 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/bash | |
FILES=./* | |
for f in $FILES | |
do | |
echo "#import \"${f//.\/}\"" | |
done | |
# place in the framework directory, e.g. preferences, and chmod a+x umbrella.sh && ./umbrella.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment