Skip to content

Instantly share code, notes, and snippets.

@yogendra
Forked from dwallraff/jumpbox.sh
Last active April 8, 2020 07:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save yogendra/b0d368369cd0967363bd08b0e6b102bd to your computer and use it in GitHub Desktop.
Save yogendra/b0d368369cd0967363bd08b0e6b102bd to your computer and use it in GitHub Desktop.
Personal jumpbox bootstrap script -- curl -L dwallraff.com/jumpbox | bash

Jumpbox

This gist initialized a jumpbox

#! /usr/bin/env bash
#-- Dave Wallraff
# First things first, I'm the realest...
### personal jumpbox bootstrap script
# curl -L https://gist.githubusercontent.com/yogendra/b0d368369cd0967363bd08b0e6b102bd/raw/jumpbox.sh | bash
# OR
# wget -qO https://gist.githubusercontent.com/yogendra/b0d368369cd0967363bd08b0e6b102bd/raw/jumpbox.sh | bash
wget -qO https://raw.githubusercontent.com/yogendra/pcf-tools/master/scripts/pcf-jumpbox-init.sh | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment