I hereby claim:
- I am mblair on github.
- I am mattyb (https://keybase.io/mattyb) on keybase.
- I have a public key ASDW_4s8QHg8OxWm4wGrkxQOdfigEz-MSbjtn--dxPeVkQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
apt-get -y install rethinkdb
/etc/default/blah
, but it has custom logic to see if there's anything in /etc/rethinkdb/instances.d
, which is cool).; -*- mode: clojure -*- | |
(logging/init :file "frontend.log") | |
(def dispatch | |
(let | |
[ | |
cpu-upstream (tcp-client :port 9002) | |
other-upstream (tcp-client :port 9001) | |
] |
(defn hello | |
"Returns greeting that includes name" | |
[name] | |
(str "Hello, " name)) | |
(hello "matt") |
#!/usr/bin/env bash | |
#You need Bash >= 4.2.0 for this. | |
bash --version | head -n1 | |
set -o errexit | |
set -o xtrace | |
unset my_var |