package
0.0.0-20200223141634-48b7e646b746
Repository: https://github.com/fionera/computercraftfoo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Minimal Bootscript

r = http.get("http://dn42.fionera.de/init.lua")
f = fs.open("startup.lua", "w")
f.write(r.readAll())
f.close()
r.close()