<source lang="bash">
URL=http://svn.gna.org/viewcvs/*checkout*/relax/trunk/devel_scripts/deploy_google_computing_ubuntu.sh
#eval "$(curl "$URL")" # Or modify before installation
wget $URL
nano cat deploy_google_computing_ubuntu.sh
source deploy_google_computing_ubuntu.sh
# See functions
cat deploy_google_computing_ubuntu.sh
installandcheck
</source>