Skip to content

Instantly share code, notes, and snippets.

@lalyos
Last active August 29, 2015 13:58
Show Gist options
  • Save lalyos/10364962 to your computer and use it in GitHub Desktop.
Save lalyos/10364962 to your computer and use it in GitHub Desktop.
#!/bin/bash
JUMPER_LIST=$(curl -Ls https://gist.githubusercontent.com/lalyos/10364962/raw/jumper.list)
list() {
cat <<EOF
known jumpers:
$JUMPER_LIST
EOF
}
choose() {
echo
echo "select which jumper to run"
echo 'I suggest "mai-ebed"'
echo
select jmp in $JUMPER_LIST ; do
echo you have chosen: $jmp
curl -Ls j.mp/$jmp|bash
exit 0
done
}
choose
mai-ebed
uberscript
tmux-install
ambari-single-blueprint
public-bucket
docker-blog
tmux-powerline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment