tweaks + gps server fix

This commit is contained in:
kepler155c@gmail.com
2019-04-07 21:20:42 -04:00
parent 8f2c97d269
commit fba1546213
4 changed files with 8 additions and 6 deletions

View File

@@ -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',
}

View File

@@ -22,6 +22,7 @@ for i = 1, #args do
file:close()
if chunk then
io.write(chunk)
io.write('\n')
end
end
end