chore: add a "motd"

pull/15/head
TorchedSammy 2021-04-03 13:14:14 -04:00
parent 4f4237a3e9
commit 71504c9990
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ function doPrompt(fail)
))
end
print(ansikit.text('Welcome {cyan}'.. os.getenv 'USER' ..
'{reset} to {magenta}Hilbish{reset},\n' ..
'the nice lil shell for {blue}Lua{reset} fanatics!\n'))
doPrompt()
bait.catch('command.fail', function()