Moved login.lua to root and updated README

This commit is contained in:
Nathan Schneider
2021-12-18 14:02:14 -07:00
parent 721eb26777
commit bd95fcf811
3 changed files with 16 additions and 11 deletions

7
login.lua Normal file
View File

@ -0,0 +1,7 @@
dofile("modpol/modpol.lua")
print("Log in as which user?")
local username = io.read()
print()
modpol.interactions.dashboard(username)