add commands to terminal

This commit is contained in:
unknown
2022-02-12 21:56:17 -05:00
parent d0a4ace94e
commit ef2ceed755
7 changed files with 66 additions and 2 deletions

View File

@ -0,0 +1,6 @@
{
"name": "echo",
"license": "MIT",
"version": 0.1,
"engine": 0.3
}

View File

@ -0,0 +1,5 @@
function echo(input)
return input
end
return echo