1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-08-30 01:17:59 +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

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