Skip to content

Instantly share code, notes, and snippets.

View mathieux51's full-sized avatar
🤘
⚡️

Mathieu mathieux51

🤘
⚡️
View GitHub Profile
@mathieux51
mathieux51 / get-load-balancers-data.sh
Last active September 14, 2020 09:45
Get load balancer ARN when using alb ingress controller
#!/usr/bin/env bash
# Usage:
# echo '{"ingress_name": "my-ingress-name"}' | sh get-ingress-data.sh
set -o errexit
set -o nounset
set -o pipefail
function parse_input() {
#!/usr/bin/env sh
set -o errexit
set -o nounset
set -o pipefail
# curl git bash vim
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim