He said he's banned at the moment
Oh well
Also that bracket was probably the initial copy from my working directory
I had no idea if I had done something or was midway through something so I ended up copying it out of my ComputerCraft folder instead
I just realized you can really easily make a secure door lock
sset allow-disk-boot false
mkdir .login
edit .login/access
<enter your password and save>
edit .login/login
local doorSide = "<your door side>"
local delay = 5
print("Welcome.")
rs.setOutput(doorSide,true)
sleep(delay)
rs.setOutput(doorSide,false)
os.shutdown()
Reboot it and bam, login with password, on login does the redstone pulse and shuts down again
You can also terminate the login script to get into the shell, but you need to know the password for that so forget yeah