add function handling (basic)
This commit is contained in:
6
functions/config.json
Normal file
6
functions/config.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"data": {
|
||||
"driver": "sqlite",
|
||||
"path": "data.sqlite3"
|
||||
}
|
||||
}
|
||||
6
functions/echo/1d965976/config.json
Normal file
6
functions/echo/1d965976/config.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "echo",
|
||||
"version": "0.0.1-00130112025",
|
||||
"entry": "echo.sh",
|
||||
"runtime": "exec"
|
||||
}
|
||||
4
functions/echo/1d965976/echo.sh
Executable file
4
functions/echo/1d965976/echo.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
read text
|
||||
echo "${text}"
|
||||
Reference in New Issue
Block a user