citadel

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

commit ebbae03606ee30bed341b86193005399db500071
parent ea56c3f6a6d99f18b4d9a05419806c7772a3eb8b
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 16 Jan 2021 09:41:20 -0800

bin: add curl-activity

Diffstat:
Abin/curl-activity | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

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