Update repo.lua

This commit is contained in:
Caden Ream
2024-07-09 20:14:47 -07:00
committed by GitHub
parent dbca55f926
commit dacac3ce07

View File

@@ -1,5 +1,5 @@
peripheral.find("modem",rednet.open)
if not fs.exist("hostname") then
if not fs.exists("hostname") then
local file = fs.open("hostname","w")
term.write("\nhostname: ")
file.write(read())