Skip to content

Instantly share code, notes, and snippets.

@fly1tkg
Created February 17, 2014 06:35
Show Gist options
  • Save fly1tkg/9045760 to your computer and use it in GitHub Desktop.
Save fly1tkg/9045760 to your computer and use it in GitHub Desktop.
Clone AndEngine and Extentions
REPOS=("" "AugmentedRealityExtension" "LiveWallpaperExtension" "MODPlayerExtension" "MultiplayerExtension" "MultiTouchExtension" "PhysicsBox2DExtension" "RobotiumExtension" "ScriptingExtension" "ScriptingExtensionGenerator" "SVGTextureRegionExtension" "TexturePackerExtension" "TMXTiledMapExtension")
for ((l = 0; l < ${#REPOS[@]}; ++l ))
do
git clone "https://github.com/nicolasgramlich/AndEngine"${REPOS[$l]}".git"
done
@fly1tkg
Copy link
Author

fly1tkg commented Feb 17, 2014

You can use this in below command

curl https://gist.github.com/fly1tkg/9045760/raw/aa100fe4de1e5c9ab47f2b7c9c8a6e21ec060511/clone_andengine_and_extentions.sh | sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment