Last active
August 29, 2015 14:16
-
-
Save inodb/bfe104d35ccd424c54c7 to your computer and use it in GitHub Desktop.
init_raylim_pipeline
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 | |
echo "Cloning raylim/scripts" | |
git clone https://github.com/raylim/scripts | |
git clone https://github.com/raylim/modules | |
cat > Makefile <<EOF | |
# Autogenerated Makefile with init_raylim_pipeline | |
include modules/Makefile | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment