Update progdor2.lua

This commit is contained in:
LDDestroier 2019-01-28 00:32:45 -05:00 committed by GitHub
parent d39b2b88c3
commit bcf1d0fd2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -292,6 +292,17 @@ local inputPath = argList[1]
local outputPath = argList[2] or inputPath
local exists, mode
if inputPath == "moo" and not fs.exists(inputPath) then
print([[
\_/
m00h (__) -(_)-
\ ~Oo~___ / \
(..) |\
___________|_|_|_____________
..."Have you mooed today?"...")]])
return
end
if argList["-h"] then
return showHelp()
elseif argList["-a"] then