Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Clone the Firing Range Repository
git clone https://github.com/google/firing-range.git
# Change to 'firing-range' directory
cd firing-range
# Download the AppEngine SDK
wget https://storage.googleapis.com/appengine-sdks/featured/appengine-java-sdk-1.9.23.zip
@ianmuscat
ianmuscat / dehelm
Last active February 6, 2019 00:18
dehelm
#!/bin/bash
source "$(dirname "$0")/include-color.sh"
source "$(dirname "$0")/include-log.sh"
function usage {
echo -e "
Usage: ${0#\.\/} [ARGUMENT...][OPPERAND]
Download, extract and render the contents of a Helm chart into to an opinionated,

Keybase proof

I hereby claim:

  • I am ianmuscat on github.
  • I am ianmuscat (https://keybase.io/ianmuscat) on keybase.
  • I have a public key ASDRgAqSWvxGMKdLw26zZgrNV_vBTXJbeosfhq9fuv2PPwo

To claim this, I am signing this object:

@ianmuscat
ianmuscat / share.html
Created August 3, 2015 23:07
Simple, no-frills sharing buttons
<style>
.share-wrapper h5{
color: #5a5a5a;
}
.share-wrapper a svg{
cursor: pointer;
}
.share-wrapper > a:first-of-type{