This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
mo
Watch
1
Star
0
Fork
0
You've already forked mo
mirror of
https://github.com/tests-always-included/mo.git
synced
2024-12-18 16:27:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
dcd9d7738b
mo
/
tests
/
function.env
6 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit
2015-01-23 17:43:08 +00:00
name
=
Willy
wrapped
(
)
{
Changing how functions are called Old way: functionName CONTENT argument1 argument2 New way: echo -n "$CONTENT" | functionName argument1 argument2 This follow the Unix style more closely.
2017-11-13 16:13:03 +00:00
# This eats the newline in the content
echo
"
<b>
$(
cat
)
</b>
"
Initial commit
2015-01-23 17:43:08 +00:00
}
Reference in New Issue
Copy Permalink