repo: janusweb action: commit revision: path_from: revision_from: 7ff4fe4517352d8daf4b0e3655832cdc8ce48667: path_to: revision_to:
commit 7ff4fe4517352d8daf4b0e3655832cdc8ce48667 Author: James BaicoianuDate: Sun May 29 12:14:00 2016 -0700 Added project init script diff --git a/utils/init.sh b/utils/init.sh new file mode 100755 index 0000000000000000000000000000000000000000..5339fd986a77f808b9b2c354d4b9760cc04ea4a2 --- /dev/null +++ b/utils/init.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +if [ ! -d elation ]; then + git clone https://github.com/jbaicoianu/elation.git + cd elation + git clone https://github.com/jbaicoianu/elation-engine.git components/engine + git clone https://github.com/jbaicoianu/cyclone-physics-js.git components/physics + git clone https://github.com/jbaicoianu/elation-share.git components/share + #git clone https://github.com/jbaicoianu/janusweb.git components/janusweb + ln -s `pwd`/.. components/janusweb + ./elation web init + ./elation component enable engine physics share janusweb +fi
-----END OF PAGE-----