[examples/cat] Add author.

This commit is contained in:
Lorenzo Cogotti 2022-12-15 19:37:57 +01:00
parent b30a6e19cb
commit d7cb61142c
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
-- cat.lua [-u] <FILES...>
--
-- NOTE: utility doesn't explicitly allow to concatenate stdin.
--
-- Author: Lorenzo Cogotti, The DoubleFourteen Code Forge
local osx = require 'osx'
local io = require 'io'