Skip to content

Instantly share code, notes, and snippets.

View elliottwilliams's full-sized avatar
🏳️‍🌈

Elliott Williams elliottwilliams

🏳️‍🌈
View GitHub Profile
@elliottwilliams
elliottwilliams / .block
Created March 20, 2019 20:29 — forked from mbostock/.block
Mobile Patent Suits
license: gpl-3.0
#!/bin/sh
VERSION=0.10.16
PLATFORM=linux
ARCH=x64
PREFIX="/usr/local"
mkdir -p "$PREFIX" && \
curl http://nodejs.org/dist/v$VERSION/node-v$VERSION-$PLATFORM-$ARCH.tar.gz \
| tar xzvf - --exclude="ChangeLog" --exclude="LICENSE" --exclude="README.md" --strip-components=1 -C "$PREFIX"