mirror of
https://github.com/LDDestroier/CC/
synced 2025-02-23 06:20:02 +00:00
Update progdor2.lua
This commit is contained in:
parent
d39b2b88c3
commit
bcf1d0fd2c
11
progdor2.lua
11
progdor2.lua
@ -292,6 +292,17 @@ local inputPath = argList[1]
|
|||||||
local outputPath = argList[2] or inputPath
|
local outputPath = argList[2] or inputPath
|
||||||
local exists, mode
|
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
|
if argList["-h"] then
|
||||||
return showHelp()
|
return showHelp()
|
||||||
elseif argList["-a"] then
|
elseif argList["-a"] then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user