X-Git-Url: https://scripts.mit.edu/gitweb/wizard.git/blobdiff_plain/f701532ea5f5fee35075263170df8f0ab2f1e08c..5e78e7b6006336d28cbe48b30049de45908f1971:/bin/unfurl?ds=sidebyside diff --git a/bin/unfurl b/bin/unfurl index 520e73a..c06ac39 100755 --- a/bin/unfurl +++ b/bin/unfurl @@ -5,10 +5,11 @@ then echo "Takes a app-1.2.3 folder from deploy and pastes it over app" exit 1 fi -tar -xvf $1/$1.tar.gz -rm $1/$1.tar.gz cd $1 -patch -p0 < $1.patch -rm $1.patch +tar -xvf $1.tar.gz cd .. -cp -Rp $1/. $2 +#cd $1 +#patch -p0 < $1.patch +#rm $1.patch +#cd .. +cp -Rp $1/$2/. $2