Skip to content

Instantly share code, notes, and snippets.

View PinkyWhale's full-sized avatar
:shipit:
Working from home

EriPinkyWhale PinkyWhale

:shipit:
Working from home
View GitHub Profile
export ZONE=
export REGION=
export FIREWALL_NAME=
cat << EOF > startup.sh
#! /bin/bash
apt-get update
apt-get install -y nginx
service nginx start
sed -i -- 's/nginx/Google Cloud Platform - '"\$HOSTNAME"'/' /var/www/html/index.nginx-debian.html