Skip to content

Instantly share code, notes, and snippets.

View jsatk's full-sized avatar
💀

Jesse Atkinson jsatk

💀
View GitHub Profile
(function () {
'use strict';
var doc = this.document,
i, inputs, input, options, rand;
if (!doc.querySelectorAll) return;
inputs = doc.querySelectorAll('input[list]');
@jsatk
jsatk / Makefile
Created July 2, 2019 00:34 — forked from begriffs/Makefile
Installing binaries as needed
VPATH=/usr/local/bin
BINARIES=ruby node
all : ${BINARIES}
echo "Deps are installed"
${BINARIES} :
asdf plugin-add $@