citadel

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

commit 2eddfc5d2548487b45c590e4654a3aa19f82db1c
parent d46b96f4124931480ef0e6f9d6a5bf5bb82e80df
Author: William Casarin <jb55@jb55.com>
Date:   Sat,  6 Feb 2021 10:12:28 -0800

curl-activity: jq -C output

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

Diffstat:
Mbin/curl-activity | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/curl-activity b/bin/curl-activity @@ -1,3 +1,3 @@ #!/usr/bin/env bash -curl -sL -H 'Accept: application/ld+json; profile="https://www.w3.org/ns/activitystreams"' "$@" +curl -sL -H 'Accept: application/ld+json; profile="https://www.w3.org/ns/activitystreams"' "$@" | jq -C .