I hereby claim:
- I am greglook on github.
- I am greglook (https://keybase.io/greglook) on keybase.
- I have a public key whose fingerprint is 35D7 4A91 1309 1780 3681 8E53 5035 3610 D088 96A0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
terraform() { | |
case $1 in | |
apply) | |
echo "Remember what happened last time? Use 'terraform NO-REALLY-APPLY' to proceed." >&2 | |
return 99 |
#!/usr/bin/env ruby | |
# Better Terraform security group diffing. Feed the terraform resource diff | |
# output into this script's standard input. | |
SGR_ANSI = "\e[%sm" | |
SGR_CODES = { | |
none: 0, | |
bold: 1, |
{:paths ["src" "resources"] | |
,,, | |
:aliases | |
{;; For a basic clojure REPL with an initial namespace and pretty-printing: | |
;; clj -M:repl | |
:repl | |
{:extra-paths ["dev" "test"] | |
:extra-deps {org.clojure/tools.namespace {:mvn/version "1.3.0"} |