citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit fa592538b487d74118698f78a4f5afe0d274b5b1
parent 48d3b53248eb5200705e8d867c8ad839e74b198e
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 24 May 2021 15:55:17 -0700

tx: use less

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mbin/tx | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/tx b/bin/tx @@ -1,2 +1,3 @@ -#!/usr/bin/env sh -bcli getrawtransaction "$1" 2- \ No newline at end of file +#!/usr/bin/env bash + +bcli getrawtransaction "$1" 2 | jq -C . | less