tweaks + gps server fix
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
title = 'Shell utilities',
|
||||
repository = 'kepler155c/opus-apps/{{OPUS_BRANCH}}/openos',
|
||||
description = [[ Experimental! Utilties for shell: grep, cat, touch, etc ]],
|
||||
description = [[Experimental!
|
||||
Utilties for shell: grep, cat, touch, etc ]],
|
||||
licence = 'MIT',
|
||||
}
|
||||
|
||||
@@ -22,6 +22,7 @@ for i = 1, #args do
|
||||
file:close()
|
||||
if chunk then
|
||||
io.write(chunk)
|
||||
io.write('\n')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user