Skip to content

Instantly share code, notes, and snippets.

View roblogic's full-sized avatar
💭
probably playing code golf

Rob Papesch roblogic

💭
probably playing code golf
  • Auckland, NZL
  • 15:07 (UTC +12:00)
View GitHub Profile
@roblogic
roblogic / README.md
Created August 21, 2023 09:52 — forked from brennanMKE/README.md
Clone All Gists

Clone All Gists

This is a shell script version of the Node.js version created by mbostock.

Place it in a directory in your PATH and set the permissions.

chmod u+x clone-all-gists
@roblogic
roblogic / percentiles.sh
Last active December 4, 2019 11:11 — forked from stig/percentiles.sh
Print percentiles for list of data points
#!/bin/sh
# Exit immediately on error
set -e
# set -x
# Create temporary file
FILE=$(mktemp /tmp/$(basename $0).XXXXX) || exit 1
# Sort entries