echo "Entering $HOME"
cd ~
echo "Removing old files"
sudo rm -rf code code.zip build shells.zip shells Documents Documents.tar.gz
echo "Old files removed"

echo "Downloading new files"
local-down.sh
docs-down.sh
echo "Download complete"

echo "Executing compilation and install"
code-web.sh
echo "Compilation and install complete"

echo "Extracting Documents.tar.gz"
docs-install.sh
echo "Documents.tar.gz extracted"

echo "Coping and extracting Documents.tar.gz && copying shells.zip to /var/www/html"
docs-install-web.sh
shells-web.sh
