Sync from Upstream
This commit is contained in:
@@ -538,4 +538,4 @@ function main(args)
|
||||
end
|
||||
|
||||
-- call main with arguments
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -297,4 +297,4 @@ local function main(args)
|
||||
core.console('hw ping')
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -173,4 +173,4 @@ local function main(args)
|
||||
dumptofile( keys )
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -175,4 +175,4 @@ local function main(args)
|
||||
print(string.format('PWD | %s', pwd))
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -194,4 +194,4 @@ local function main(args)
|
||||
dumptofile( keys )
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -273,4 +273,4 @@ if "--test"==args then
|
||||
else
|
||||
-- Call the main
|
||||
main(args)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -74,4 +74,4 @@ function main(args)
|
||||
end
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -57,4 +57,4 @@ local function main(args)
|
||||
ExitMsg(("Wrote a BIN dump to the file %s"):format(filename))
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -64,4 +64,4 @@ In the future, we may implement so that scripts are invoked directly
|
||||
into a 'main' function, instead of being executed blindly. For future
|
||||
compatibility, I have done so, but I invoke my main from here.
|
||||
--]]
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -213,4 +213,4 @@ local function main(args)
|
||||
end
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -15,4 +15,4 @@ local function main(args)
|
||||
end
|
||||
return
|
||||
end
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -62,4 +62,4 @@ In the future, we may implement so that scripts are invoked directly
|
||||
into a 'main' function, instead of being executed blindly. For future
|
||||
compatibility, I have done so, but I invoke my main from here.
|
||||
--]]
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -190,4 +190,4 @@ local function main(args)
|
||||
end
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -272,4 +272,4 @@ local function main(args)
|
||||
print('mfkeys - Total execution time: '..os.difftime(end_time, start_time)..' sec')
|
||||
end
|
||||
|
||||
main( args)
|
||||
main( args)
|
||||
|
||||
@@ -244,4 +244,4 @@ local function main( args)
|
||||
prlog(string.format("Dumped data into %s", filename))
|
||||
|
||||
end
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -380,4 +380,4 @@ local function main(args)
|
||||
write_tag(uid, t)
|
||||
end
|
||||
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -42,4 +42,4 @@ In the future, we may implement so that scripts are invoked directly
|
||||
into a 'main' function, instead of being executed blindly. For future
|
||||
compatibility, I have done so, but I invoke my main from here.
|
||||
--]]
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -137,4 +137,4 @@ local function main(args)
|
||||
test()
|
||||
print( string.rep('--',20) )
|
||||
end
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -137,4 +137,4 @@ local function main(args)
|
||||
test(7)
|
||||
print( string.rep('--',20) )
|
||||
end
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -282,4 +282,4 @@ local function main(args)
|
||||
|
||||
core.clearCommandBuffer()
|
||||
end
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -123,4 +123,4 @@ local function main(args)
|
||||
print( string.rep('--',20) )
|
||||
|
||||
end
|
||||
main(args)
|
||||
main(args)
|
||||
|
||||
@@ -173,4 +173,4 @@ if "--test"==args then
|
||||
else
|
||||
-- Call the main
|
||||
main(args)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user