Added a shell script for retreiving the project from github

This commit is contained in:
2015-09-13 08:33:18 +01:00
parent c33bb4b5ad
commit ea1c9957f5
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
# Download project
git clone https://github.com/Pezz89/FYP_Max_prototype.git
cd FYP_Max_prototype
git submodule update --init --recursive
cd code/pysource/pysound/
git checkout dev