Random shell changes

This commit is contained in:
2015-11-08 02:37:09 -08:00
parent 71363407b0
commit 8ecfa76607
2 changed files with 6 additions and 0 deletions

View File

@@ -41,3 +41,7 @@ goclone() {
function merchant_curl {
tcurl -p localhost:4338 merchant Merchant::$1 -3 "$2" -t ~/go/src/code.uber.internal/everything/merchant/thrift
}
function at json {
egrep -o "\{.*" | jq .
}