1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-02-22 14:00:06 +00:00

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

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