From c703fbc542a5dae3dae08014742c0076448f538b Mon Sep 17 00:00:00 2001 From: Nicholas Jitkoff Date: Sun, 4 Dec 2022 10:03:51 -0800 Subject: [PATCH] Add generator script --- scripts/bitty.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/bitty.sh diff --git a/scripts/bitty.sh b/scripts/bitty.sh new file mode 100644 index 0000000..ed52882 --- /dev/null +++ b/scripts/bitty.sh @@ -0,0 +1,2 @@ +#/bin/bash +pbpaste | json-minify | base64 | xargs -0 printf "https://itty.bitty.app/#/data:application/ld+json;charset=utf-8;compress=true;base64,%s" | xargs open \ No newline at end of file