Sync from Upstream

This commit is contained in:
vratiskol
2019-03-15 21:17:07 +01:00
parent ea53e1f981
commit 6a52b6074f
161 changed files with 2002 additions and 1463 deletions

View File

@@ -538,4 +538,4 @@ function main(args)
end
-- call main with arguments
main(args)
main(args)

View File

@@ -297,4 +297,4 @@ local function main(args)
core.console('hw ping')
end
main(args)
main(args)

View File

@@ -173,4 +173,4 @@ local function main(args)
dumptofile( keys )
end
main(args)
main(args)

View File

@@ -175,4 +175,4 @@ local function main(args)
print(string.format('PWD | %s', pwd))
end
main(args)
main(args)

View File

@@ -194,4 +194,4 @@ local function main(args)
dumptofile( keys )
end
main(args)
main(args)

View File

@@ -273,4 +273,4 @@ if "--test"==args then
else
-- Call the main
main(args)
end
end

View File

@@ -74,4 +74,4 @@ function main(args)
end
end
main(args)
main(args)

View File

@@ -57,4 +57,4 @@ local function main(args)
ExitMsg(("Wrote a BIN dump to the file %s"):format(filename))
end
main(args)
main(args)

View File

@@ -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)

View File

@@ -213,4 +213,4 @@ local function main(args)
end
end
main(args)
main(args)

View File

@@ -15,4 +15,4 @@ local function main(args)
end
return
end
main(args)
main(args)

View File

@@ -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)

View File

@@ -190,4 +190,4 @@ local function main(args)
end
end
main(args)
main(args)

View File

@@ -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)

View File

@@ -244,4 +244,4 @@ local function main( args)
prlog(string.format("Dumped data into %s", filename))
end
main(args)
main(args)

View File

@@ -380,4 +380,4 @@ local function main(args)
write_tag(uid, t)
end
main(args)
main(args)

View File

@@ -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)

View File

@@ -137,4 +137,4 @@ local function main(args)
test()
print( string.rep('--',20) )
end
main(args)
main(args)

View File

@@ -137,4 +137,4 @@ local function main(args)
test(7)
print( string.rep('--',20) )
end
main(args)
main(args)

View File

@@ -282,4 +282,4 @@ local function main(args)
core.clearCommandBuffer()
end
main(args)
main(args)

View File

@@ -123,4 +123,4 @@ local function main(args)
print( string.rep('--',20) )
end
main(args)
main(args)

View File

@@ -173,4 +173,4 @@ if "--test"==args then
else
-- Call the main
main(args)
end
end