#!/bin/bash

DOMAIN="$1"

wget https://$DOMAIN/cloudserver/oophi_create_site_sh.txt
mv oophi_create_site_sh.txt oophi_create_site.sh
chmod +x oophi_create_site.sh
wget https://$DOMAIN/cloudserver/oophiserver.js
wget https://$DOMAIN/cloudserver/package.json
wget https://$DOMAIN/cloudserver/oophicloud.html

echo ">>> Done!"
