Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
S
Shawn Webb
Fix shebang lines for a few scripts 2 years ago e0c75d4204d43277907750cb1877283157da37f2 History
radicle-explorer scripts install-twemoji-assets
#!/usr/bin/env bash
set -Eeou pipefail

version="$(node -e 'console.log(require("twemoji/package.json").version)')"

echo "Installing Twemoji SVG assets v${version}"

curl -sSL "https://github.com/twitter/twemoji/archive/refs/tags/v${version}.tar.gz" \
  | tar -x -z -C public/twemoji/ --strip-components=3 "twemoji-${version}/assets/svg"