Skip to content

Instantly share code, notes, and snippets.

View skipzero's full-sized avatar
Seeking new opportunities

Skip McBride skipzero

Seeking new opportunities
View GitHub Profile
@skipzero
skipzero / bootstrap.lua
Last active September 12, 2015 20:41 — forked from ntalbott/bootstrap.lua
local url = "https://gist.github.com/zerosquadron/d36b66f4a99a54797402/raw/gfs.lua"
local body = http.get(url).readAll()
local handle = fs.open("/gfs", "w")
handle.write(body)
handle.close()