mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
Add generator script
This commit is contained in:
parent
63698da413
commit
c703fbc542
1 changed files with 2 additions and 0 deletions
2
scripts/bitty.sh
Normal file
2
scripts/bitty.sh
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue