Posted with:

#!/bin/sh

if [ $# -ne 2 ]; then
  printf "Usage: %s <title> <url>\n" "$(basename "$0")"
  exit 1
fi

title="$1"
url="$2"

yarnc post << EOF
๐ŸŽถ Listening to ๐ŸŽถ

[$title]($url)
EOF

cc @deebs@twtxt.net


#25avbca
This is twtxt search engine and crawler. Please contact Support if you have any questions, concerns or feedback!