Skip to content

Instantly share code, notes, and snippets.

View xtreme-sameer-vohra's full-sized avatar

Sameer Vohra xtreme-sameer-vohra

View GitHub Profile
@cirocosta
cirocosta / dump.sh
Created May 29, 2019 19:59
Get golang dumps from BOSH deployed concourse
#!/bin/bash
set -o errexit
set -o nounset
set -o xtrace
readonly DUMP_PREFIX="/tmp/dump.$(date +%Y-%m-%d)"
readonly INSTANCE_GROUP=${INSTANCE_GROUP:-web}