test: added test descriptions and resources for manually testing different project setup methods
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
MY_PATH=`dirname "$0"`
|
||||
|
||||
SRC_PATH=$MY_PATH/data
|
||||
WORKING_COPY_PATH=$MY_PATH/working_copy
|
||||
|
||||
mkdir -p $WORKING_COPY_PATH
|
||||
|
||||
cp -ar $SRC_PATH/. $WORKING_COPY_PATH
|
||||
|
||||
echo "Setup Complete"
|
||||
Reference in New Issue
Block a user