add function handling (basic)
This commit is contained in:
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