Added a shell script for retreiving the project from github
This commit is contained in:
Executable
+7
@@ -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
|
||||
Reference in New Issue
Block a user