Skip to content

Instantly share code, notes, and snippets.

@128keaton
Created April 18, 2016 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 128keaton/3e2feb615239cd22b2c736f7e91b82d6 to your computer and use it in GitHub Desktop.
Save 128keaton/3e2feb615239cd22b2c736f7e91b82d6 to your computer and use it in GitHub Desktop.
#!/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