Skip to content

Instantly share code, notes, and snippets.

View rickyo86's full-sized avatar

RJ Orange rickyo86

View GitHub Profile
@rickyo86
rickyo86 / install-ngrok-gcp-cloud-shell.sh
Created August 16, 2021 22:29 — forked from dzuluaga/install-ngrok-gcp-cloud-shell.sh
install ngrok in GCP Cloud Shell in a single shot.
#!/usr/bin/env bash
# Installs ngrok on GCP Cloud Shell in a single command
# Run this script directly from the command line
#
# $ curl "https://gist.githubusercontent.com/dzuluaga/b3b18a98c2ba9c326c3e6680301b26b8/raw/install-ngrok-gcp-cloud-shell.sh?$(date +%s)" | sudo bash
echo 'Downloading ngrok...'
curl https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip -o ngrok-stable-linux-amd64.zip
@rickyo86
rickyo86 / run-localtunnel-gcp-cloud-shell.sh
Created August 16, 2021 22:28 — forked from dzuluaga/run-localtunnel-gcp-cloud-shell.sh
Runs localtunnel on GCP Cloud Shell in a single command.
#!/usr/bin/env bash
# Runs localtunnel on GCP Cloud Shell in a single command.
# Run this script directly from the command line
#
# $ curl "https://gist.githubusercontent.com/dzuluaga/b9428ea1a1d1a3fb831c53cbf39316dd/raw/run-localtunnel-gcp-cloud-shell.sh?$(date +%s)" | bash
echo "Installing zsh..."
echo ""
npm install -g localtunnel