mirror of
https://github.com/tests-always-included/mo.git
synced 2025-02-01 08:07:56 +00:00
ad98577c42
Old way: functionName CONTENT argument1 argument2 New way: echo -n "$CONTENT" | functionName argument1 argument2 This follow the Unix style more closely.